Set up the scope chain.

This commit is contained in:
Roberto Raggi
2010-01-24 18:11:25 +01:00
parent b4a901aa1e
commit 24f5a9c0e4
3 changed files with 52 additions and 39 deletions

View File

@@ -435,7 +435,7 @@ public:
const Value *newArray(); // ### remove me
// QML objects
const ObjectValue *newQmlObject(const QString &name);
ObjectValue *newQmlObject(const QString &name);
// global object
ObjectValue *globalObject() const;