From bcc9aa7daf197e8f2befe215902443d608e07b6a Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 8 Sep 2018 23:07:31 +0200 Subject: Include symbols in getOwnPropertyKeys And fix getOwnPropertySymbols and getOwnPropertyDescriptors. Change-Id: Ie0e4c3d308ffe8a904e9a6ab9242b2cda59d779f Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4objectiterator_p.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4objectiterator_p.h') diff --git a/src/qml/jsruntime/qv4objectiterator_p.h b/src/qml/jsruntime/qv4objectiterator_p.h index 0a5bcfc7ed..a20ce9cb88 100644 --- a/src/qml/jsruntime/qv4objectiterator_p.h +++ b/src/qml/jsruntime/qv4objectiterator_p.h @@ -61,7 +61,8 @@ struct Q_QML_EXPORT ObjectIterator { enum Flags { NoFlags = 0, - EnumerableOnly = 0x1 + EnumerableOnly = 0x1, + WithSymbols = 0x2 }; ExecutionEngine *engine; -- cgit v1.2.3