Home
last modified time | relevance | path

Searched refs:LookupShallow (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Ddeclarations.h52 return CurrentScope::Get()->LookupShallow(name); in TryLookupShallow()
Ddeclarable.cc103 for (Declarable* declarable : LookupShallow(name)) { in Lookup()
Ddeclarable.h178 std::vector<Declarable*> LookupShallow(const QualifiedName& name) { in LookupShallow() function
192 return child->LookupShallow(name.DropFirstNamespaceQualification()); in LookupShallow()