Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc1751 Variable* Scope::LookupRecursive(VariableProxy* proxy, Scope* outer_scope_end) { in LookupRecursive() argument
1752 DCHECK_NE(outer_scope_end, this); in LookupRecursive()
1770 if (outer_scope_ == outer_scope_end) { in LookupRecursive()
1781 var = outer_scope_->LookupRecursive(proxy, outer_scope_end); in LookupRecursive()
Dscopes.h564 Variable* LookupRecursive(VariableProxy* proxy, Scope* outer_scope_end); in NON_EXPORTED_BASE()