Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc155 top_inner_scope_(scope->inner_scope_), in Snapshot()
819 if (inner_scope != top_inner_scope_) { in Reparent()
820 for (; inner_scope->sibling() != top_inner_scope_; in Reparent()
831 new_parent->sibling_ = top_inner_scope_; in Reparent()
Dscopes.h120 Scope* top_inner_scope_; in NON_EXPORTED_BASE() local