Added some basic support for the attached Keys property.

This commit is contained in:
Roberto Raggi
2010-01-26 11:06:28 +01:00
parent 2512a684d5
commit 84d721078e
2 changed files with 86 additions and 0 deletions

View File

@@ -441,6 +441,7 @@ public:
// QML objects
ObjectValue *newQmlObject(const QString &name);
const ObjectValue *qmlKeysObject();
// global object
ObjectValue *globalObject() const;
@@ -502,6 +503,7 @@ private:
ObjectValue *_globalObject;
ObjectValue *_mathObject;
ObjectValue *_qmlKeysObject;
NullValue _nullValue;
UndefinedValue _undefinedValue;