Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-subtyping.h60 V8_INLINE bool IsSubtypeOf(ValueType subtype, ValueType supertype, in IsSubtypeOf() function
68 V8_INLINE bool IsSubtypeOf(ValueType subtype, ValueType supertype, in IsSubtypeOf() function
/third_party/node/deps/v8/src/torque/
Dtypes.h417 bool IsSubtypeOf(const Type* other) const override { in IsSubtypeOf() function
Dtypes.cc90 bool Type::IsSubtypeOf(const Type* supertype) const { in IsSubtypeOf() function in v8::internal::torque::Type