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