Searched refs:LookupRecursive (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ast/ |
D | scopes.cc | 1837 Variable* Scope::LookupRecursive(ParseInfo* info, VariableProxy* proxy, in LookupRecursive() function in v8::internal::Scope 1878 var = outer_scope_->LookupRecursive(info, proxy, outer_scope_end); in LookupRecursive() 1939 Variable* var = LookupRecursive(info, proxy, nullptr); in ResolveVariable() 2050 Variable* var = outer_scope()->LookupRecursive(info, proxy, nullptr); in ResolveVariablesRecursively() 2097 lookup->LookupRecursive(info, proxy, max_outer_scope->outer_scope()); in FetchFreeVariables()
|
D | scopes.h | 590 Variable* LookupRecursive(ParseInfo* info, VariableProxy* proxy, in NON_EXPORTED_BASE()
|