Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dtypes.h380 struct TypeLess { struct
381 bool operator()(const Type* const a, const Type* const b) const { in operator()