Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.h1513 Variable* LookupPrivateName(VariableProxy* proxy);
Dscopes.cc2941 Variable* ClassScope::LookupPrivateName(VariableProxy* proxy) { in LookupPrivateName() function in v8::internal::ClassScope
2968 Variable* var = LookupPrivateName(proxy); in ResolvePrivateNames()