Home
last modified time | relevance | path

Searched defs:IsSubtypeOf (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/torque/
Dtypes.cc34 bool Type::IsSubtypeOf(const Type* supertype) const { in IsSubtypeOf() function in v8::internal::torque::Type
Dtypes.h251 bool IsSubtypeOf(const Type* other) const override { in IsSubtypeOf() function