Home
last modified time | relevance | path

Searched refs:inner_scope_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dscopes.cc156 top_inner_scope_(scope->inner_scope_), in Snapshot()
338 inner_scope_ = nullptr; in SetDefaults()
389 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) { in ContainsAsmModule()
795 DCHECK_NULL(inner_scope_); in HasBeenRemoved()
824 if (inner_scope_ != nullptr) { in FinalizeBlockScope()
825 Scope* scope = inner_scope_; in FinalizeBlockScope()
831 scope->sibling_ = outer_scope()->inner_scope_; in FinalizeBlockScope()
832 outer_scope()->inner_scope_ = inner_scope_; in FinalizeBlockScope()
833 inner_scope_ = nullptr; in FinalizeBlockScope()
886 DCHECK_EQ(new_parent, outer_scope_->inner_scope_); in Reparent()
[all …]
Dscopes.h387 Scope* inner_scope() const { return inner_scope_; } in NON_EXPORTED_BASE()
469 if (inner_scope == inner_scope_) { in NON_EXPORTED_BASE()
470 inner_scope_ = inner_scope_->sibling_; in NON_EXPORTED_BASE()
473 for (Scope* scope = inner_scope_; scope != nullptr; in NON_EXPORTED_BASE()
514 Scope* inner_scope_; // an inner scope of this scope in NON_EXPORTED_BASE() local
629 inner_scope->sibling_ = inner_scope_; in NON_EXPORTED_BASE()
630 inner_scope_ = inner_scope; in NON_EXPORTED_BASE()