Searched refs:LookupWith (Results 1 – 2 of 2) sorted by relevance
692 static Variable* LookupWith(VariableProxy* proxy, Scope* scope,
2139 return LookupWith(proxy, scope, outer_scope_end, cache_scope, in Lookup()2181 Variable* Scope::LookupWith(VariableProxy* proxy, Scope* scope, in LookupWith() function in v8::internal::Scope