Home
last modified time | relevance | path

Searched refs:LookupRecursive (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() function in v8::internal::Scope
1781 var = outer_scope_->LookupRecursive(proxy, outer_scope_end); in LookupRecursive()
1842 Variable* var = LookupRecursive(proxy, nullptr); in ResolveVariable()
1943 Variable* var = outer_scope()->LookupRecursive(proxy, nullptr); in ResolveVariablesRecursively()
1985 lookup->LookupRecursive(proxy, max_outer_scope->outer_scope()); in FetchFreeVariables()
Dscopes.h564 Variable* LookupRecursive(VariableProxy* proxy, Scope* outer_scope_end); in NON_EXPORTED_BASE()