Home
last modified time | relevance | path

Searched refs:outer_scope_ (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dscopes.cc173 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 …]
Dscopes.h341 Scope* outer_scope() const { return outer_scope_; } in outer_scope()
424 Scope* outer_scope_; // the immediately enclosing outer scope, or NULL variable
599 inner_scope->outer_scope_ = this; in AddInnerScope()
Dparser.h536 Scope* outer_scope_; variable
Dparser.cc472 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_EMBEDDED
494 outer_scope_(parser->top_scope_), in FunctionState()
504 parser_->top_scope_ = outer_scope_; in ~FunctionState()
/external/chromium_org/v8/src/
Dscopes.cc181 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 …]
Dscopes.h358 Scope* outer_scope() const { return outer_scope_; } in outer_scope()
448 Scope* outer_scope_; // the immediately enclosing outer scope, or NULL variable
634 inner_scope->outer_scope_ = this; in AddInnerScope()
Dparser.h500 Scope* outer_scope_; variable
Dparser.cc476 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_EMBEDDED
497 outer_scope_(parser->top_scope_), in FunctionState()
507 parser_->top_scope_ = outer_scope_; in ~FunctionState()