Home
last modified time | relevance | path

Searched refs:IsSupertypeOf (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtypes.h424 bool IsSupertypeOf(const Type* other) const { in IsSupertypeOf() function
Dtypes.cc94 return union_type->IsSupertypeOf(this); in IsSubtypeOf()