Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dtypes.h145 static const Type* CommonSupertype(const Type* a, const Type* b);
456 set_parent(CommonSupertype(parent(), t)); in Extend()
Dtypes.cc141 const Type* Type::CommonSupertype(const Type* a, const Type* b) { in CommonSupertype() function in v8::internal::torque::Type
295 parent = CommonSupertype(parent, t); in RecomputeParent()