Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc1052 Variable* Scope::LookupRecursive(VariableProxy* proxy, in LookupRecursive() function in v8::internal::Scope
1082 var = outer_scope_->LookupRecursive(proxy, binding_kind, factory); in LookupRecursive()
1134 Variable* var = LookupRecursive(proxy, &binding_kind, factory); in ResolveVariable()
Dscopes.h745 Variable* LookupRecursive(VariableProxy* proxy, BindingKind* binding_kind,