Searched defs:IsSubtypeOf (Results 1 – 3 of 3) sorted by relevance
60 V8_INLINE bool IsSubtypeOf(ValueType subtype, ValueType supertype, in IsSubtypeOf() function68 V8_INLINE bool IsSubtypeOf(ValueType subtype, ValueType supertype, in IsSubtypeOf() function
417 bool IsSubtypeOf(const Type* other) const override { in IsSubtypeOf() function
90 bool Type::IsSubtypeOf(const Type* supertype) const { in IsSubtypeOf() function in v8::internal::torque::Type