Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.h692 static Variable* LookupWith(VariableProxy* proxy, Scope* scope,
Dscopes.cc2139 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