Home | History | Annotate | Download | only in interpreter

Lines Matching refs:scope

124   void BuildNewLocalBlockContext(Scope* scope);
125 void BuildNewLocalCatchContext(Variable* variable, Scope* scope);
126 void BuildNewLocalWithContext(Scope* scope);
154 void VisitInScope(Statement* stmt, Scope* scope);
179 inline Scope* current_scope() const { return current_scope_; }
180 inline void set_current_scope(Scope* scope) { current_scope_ = scope; }
183 inline void set_execution_control(ControlScope* scope) {
184 execution_control_ = scope;
212 Scope* current_scope_;