Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.cc1616 scope->ResolveTo(proxy, var); in CollectNonLocals()
2278 ResolveTo(proxy, var); in ResolveVariable()
2341 void Scope::ResolveTo(VariableProxy* proxy, Variable* var) { in ResolveTo() function in v8::internal::Scope
Dscopes.h700 void ResolveTo(VariableProxy* proxy, Variable* var);