forked from qt-creator/qt-creator
Add an accessor to get the flat scope list from ScopeChain.
Done-with: Erik Verbruggen
This commit is contained in:
@@ -249,7 +249,10 @@ public:
|
||||
|
||||
// rebuilds the flat list of all scopes
|
||||
void update();
|
||||
QList<const ObjectValue *> all;
|
||||
QList<const ObjectValue *> all() const;
|
||||
|
||||
private:
|
||||
QList<const ObjectValue *> _all;
|
||||
};
|
||||
|
||||
class QMLJS_EXPORT Context
|
||||
|
Reference in New Issue
Block a user