Searched defs:LookupRecursive (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dscopes.cc899 Variable* Scope::LookupRecursive(Handle<String> name, function in class:v8::internal::Scope
922 var = outer_scope_->LookupRecursive(name, binding_kind, factory);
965 Variable* var = LookupRecursive(proxy->name(), &binding_kind, factory);

Completed in 35 milliseconds