Home
last modified time | relevance | path

Searched refs:GetJSObjectType (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtype-visitor.cc256 !super_class->IsSubtypeOf(TypeOracle::GetJSObjectType())) { in ComputeType()
258 *TypeOracle::GetJSObjectType()) in ComputeType()
Dtype-oracle.h224 static const Type* GetJSObjectType() { in GetJSObjectType() function
Dtypes.cc935 if (IsSubtypeOf(TypeOracle::GetJSObjectType()) && !IsShape()) return false; in HasStaticSize()
Dimplementation-visitor.cc4169 !type_->IsSubtypeOf(TypeOracle::GetJSObjectType()))) { in GenerateClass()