Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc1838 Scope* outer_scope_end) { in LookupRecursive() argument
1839 DCHECK_NE(outer_scope_end, this); in LookupRecursive()
1858 if (outer_scope_ == outer_scope_end) { in LookupRecursive()
1878 var = outer_scope_->LookupRecursive(info, proxy, outer_scope_end); in LookupRecursive()
Dscopes.h591 Scope* outer_scope_end); in NON_EXPORTED_BASE()