forked from qt-creator/qt-creator
QmlJS: Fix type detection for alias properties.
Task-number: QTCREATORBUG-2306
This commit is contained in:
@@ -52,7 +52,10 @@ public:
|
||||
Evaluate(const Interpreter::Context *context);
|
||||
virtual ~Evaluate();
|
||||
|
||||
// evaluate ast in the given context
|
||||
const Interpreter::Value *operator()(AST::Node *ast);
|
||||
|
||||
// evaluate, but stop when encountering a Reference
|
||||
const Interpreter::Value *reference(AST::Node *ast);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user