Searched refs:outer_scope_ (Results 1 – 8 of 8) sorted by relevance
173 outer_scope_ = outer_scope; in SetDefaults()307 if (outer_scope_ != NULL) { in Initialize()308 outer_scope_->inner_scopes_.Add(this); in Initialize()309 scope_inside_with_ = outer_scope_->scope_inside_with_ || is_with_scope(); in Initialize()359 for (int i = 0; i < outer_scope_->inner_scopes_.length(); i++) { in FinalizeBlockScope()360 if (outer_scope_->inner_scopes_[i] == this) { in FinalizeBlockScope()361 outer_scope_->inner_scopes_.Remove(i); in FinalizeBlockScope()542 current = current->outer_scope_; in CheckConflictingVarDeclarations()606 if (outer_scope_ != NULL) { in AllocateVariables()608 outer_scope_->outer_scope_calls_non_strict_eval() | in AllocateVariables()[all …]
341 Scope* outer_scope() const { return outer_scope_; } in outer_scope()424 Scope* outer_scope_; // the immediately enclosing outer scope, or NULL variable599 inner_scope->outer_scope_ = this; in AddInnerScope()
536 Scope* outer_scope_; variable
472 outer_scope_(parser->top_scope_) { in BlockState()476 ~BlockState() { parser_->top_scope_ = outer_scope_; } in ~BlockState()480 Scope* outer_scope_; member in v8::internal::BASE_EMBEDDED494 outer_scope_(parser->top_scope_), in FunctionState()504 parser_->top_scope_ = outer_scope_; in ~FunctionState()
181 outer_scope_ = outer_scope; in SetDefaults()320 if (outer_scope_ != NULL) { in Initialize()321 outer_scope_->inner_scopes_.Add(this, zone()); in Initialize()322 scope_inside_with_ = outer_scope_->scope_inside_with_ || is_with_scope(); in Initialize()373 for (int i = 0; i < outer_scope_->inner_scopes_.length(); i++) { in FinalizeBlockScope()374 if (outer_scope_->inner_scopes_[i] == this) { in FinalizeBlockScope()375 outer_scope_->inner_scopes_.Remove(i); in FinalizeBlockScope()570 current = current->outer_scope_; in CheckConflictingVarDeclarations()648 if (outer_scope_ != NULL) { in AllocateVariables()650 outer_scope_->outer_scope_calls_non_strict_eval() | in AllocateVariables()[all …]
358 Scope* outer_scope() const { return outer_scope_; } in outer_scope()448 Scope* outer_scope_; // the immediately enclosing outer scope, or NULL variable634 inner_scope->outer_scope_ = this; in AddInnerScope()
500 Scope* outer_scope_; variable
476 outer_scope_(parser->top_scope_) { in BlockState()480 ~BlockState() { parser_->top_scope_ = outer_scope_; } in ~BlockState()484 Scope* outer_scope_; member in v8::internal::BASE_EMBEDDED497 outer_scope_(parser->top_scope_), in FunctionState()507 parser_->top_scope_ = outer_scope_; in ~FunctionState()