Searched refs:contextStack_ (Results 1 – 2 of 2) sorted by relevance
60 contextStack_.push_back(context); in ContextPush()64 contextStack_.pop_back(); in ContextPop()75 std::vector<UScriptContextPtr> contextStack_; variable
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()