Store bindings and definitions in one single table.

This commit is contained in:
Roberto Raggi
2010-02-02 17:06:48 +01:00
parent d5326f37c0
commit 95849cb0bd
4 changed files with 25 additions and 38 deletions

View File

@@ -83,8 +83,7 @@ private:
Interpreter::ObjectValue *_functionEnvironment;
Interpreter::ObjectValue *_rootObjectValue;
QHash<AST::UiObjectDefinition *, Interpreter::ObjectValue *> _qmlObjectDefinitions;
QHash<AST::UiObjectBinding *, Interpreter::ObjectValue *> _qmlObjectBindings;
QHash<AST::Node *, Interpreter::ObjectValue *> _qmlObjects;
QStringList _includedScripts;
QStringList _localImports;