Searched refs:outer_scope_end (Results 1 – 2 of 2) sorted by relevance
1838 Scope* outer_scope_end) { in LookupRecursive() argument1839 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()
591 Scope* outer_scope_end); in NON_EXPORTED_BASE()