HomeSort by relevance Sort by last modified time
    Searched refs:LookupRecursive (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
scopes.h 503 // of the LookupRecursive function.
549 Variable* LookupRecursive(Handle<String> name,
scopes.cc 899 Variable* Scope::LookupRecursive(Handle<String> name,
922 var = outer_scope_->LookupRecursive(name, binding_kind, factory);
965 Variable* var = LookupRecursive(proxy->name(), &binding_kind, factory);
    [all...]

Completed in 48 milliseconds