Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Ddeclarations.h73 static base::Optional<const Type*> TryLookupType(const QualifiedName& name);
Ddeclarations.cc79 base::Optional<const Type*> Declarations::TryLookupType( in TryLookupType() function in v8::internal::torque::Declarations
Dtype-visitor.cc96 if (auto type = Declarations::TryLookupType(non_constexpr_name)) { in ComputeType()