Searched refs:contextStack_ (Results 1 – 2 of 2) sorted by relevance
74 contextStack_.clear(); in ~ScriptInterpreter()131 for (auto context = contextStack_.rbegin(); context != contextStack_.rend(); context++) { in FindVariable()145 for (auto context = contextStack_.rbegin(); context != contextStack_.rend(); context++) { in UpdateVariable()
63 contextStack_.push_back(context); in ContextPush()67 contextStack_.pop_back(); in ContextPop()78 std::vector<UScriptContextPtr> contextStack_; variable