Home
last modified time | relevance | path

Searched defs:TryLookup (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Ddeclarations.h47 static std::vector<Declarable*> TryLookup(const QualifiedName& name) { in TryLookup() function
56 static std::vector<T*> TryLookup(const QualifiedName& name) { in TryLookup() function
Dimplementation-visitor.h239 base::Optional<Binding<T>*> TryLookup(const std::string& name) { in TryLookup() function