Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Ddeclarations.h79 static Value* LookupValue(const QualifiedName& name);
Ddeclarations.cc107 Value* Declarations::LookupValue(const QualifiedName& name) { in LookupValue() function in v8::internal::torque::Declarations
Dimplementation-visitor.cc2441 Value* value = Declarations::LookupValue(name); in GetLocationReference()