forked from qt-creator/qt-creator
		
	QmlJS: Rename Interpreter::Engine -> ValueOwner
Also move to a separate file. Change-Id: I05910e8cf04a533b5d09a1c16e612e3b99b1d606 Reviewed-on: http://codereview.qt.nokia.com/1039 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
		| @@ -35,6 +35,7 @@ | ||||
|  | ||||
| #include <qmljs/parser/qmljsastvisitor_p.h> | ||||
| #include <qmljs/qmljsinterpreter.h> | ||||
| #include <qmljs/qmljsvalueowner.h> | ||||
|  | ||||
| #include <QtCore/QHash> | ||||
| #include <QtCore/QStringList> | ||||
| @@ -94,7 +95,7 @@ protected: | ||||
|  | ||||
| private: | ||||
|     Document *_doc; | ||||
|     Interpreter::Engine _engine; | ||||
|     Interpreter::ValueOwner _valueOwner; | ||||
|  | ||||
|     Interpreter::ObjectValue *_currentObjectValue; | ||||
|     Interpreter::ObjectValue *_idEnvironment; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user