Searched defs:IsSubtypeOf (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/torque/ | ||
D | types.cc | 34 bool Type::IsSubtypeOf(const Type* supertype) const { in IsSubtypeOf() function in v8::internal::torque::Type |
D | types.h | 251 bool IsSubtypeOf(const Type* other) const override { in IsSubtypeOf() function |