Searched refs:IsSupertypeOf (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/torque/ | ||
D | types.h | 426 bool IsSupertypeOf(const Type* other) const { in IsSupertypeOf() function |
D | types.cc | 94 return union_type->IsSupertypeOf(this); in IsSubtypeOf() |