Searched refs:outer_scope_ (Results 1 – 3 of 3) sorted by relevance
152 outer_scope_ = outer_scope; in SetDefaults()301 if (outer_scope_ != NULL) { in Initialize()302 outer_scope_->inner_scopes_.Add(this, zone()); in Initialize()303 scope_inside_with_ = outer_scope_->scope_inside_with_ || is_with_scope(); in Initialize()354 for (int i = 0; i < outer_scope_->inner_scopes_.length(); i++) { in FinalizeBlockScope()355 if (outer_scope_->inner_scopes_[i] == this) { in FinalizeBlockScope()356 outer_scope_->inner_scopes_.Remove(i); in FinalizeBlockScope()562 current = current->outer_scope_; in CheckConflictingVarDeclarations()640 if (outer_scope_ != NULL) { in AllocateVariables()642 outer_scope_->outer_scope_calls_sloppy_eval() | in AllocateVariables()[all …]
333 Scope* outer_scope() const { return outer_scope_; } in outer_scope()423 Scope* outer_scope_; // the immediately enclosing outer scope, or NULL variable615 inner_scope->outer_scope_ = this; in AddInnerScope()
151 outer_scope_(*scope_stack), in BlockState()155 ~BlockState() { *scope_stack_ = outer_scope_; } in ~BlockState()159 typename Traits::Type::Scope* outer_scope_; variable231 typename Traits::Type::Scope* outer_scope_; variable1567 outer_scope_(*scope_stack), in FunctionState()1590 outer_scope_(*scope_stack), in FunctionState()1601 *scope_stack_ = outer_scope_; in ~FunctionState()