Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dtypes.cc143 const Type* a_supertype = a; in CommonSupertype() local
145 for (; diff > 0; --diff) a_supertype = a_supertype->parent(); in CommonSupertype()
147 while (a_supertype && b_supertype) { in CommonSupertype()
148 if (a_supertype == b_supertype) return a_supertype; in CommonSupertype()
149 a_supertype = a_supertype->parent(); in CommonSupertype()