Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtypes.h311 explicit TypeBase(Kind kind) : kind_(kind) {} in TypeBase() function
567 class V8_EXPORT_PRIVATE HeapConstantType : public NON_EXPORTED_BASE(TypeBase) { in NON_EXPORTED_BASE() argument
/third_party/node/deps/v8/src/torque/
Dtypes.h60 explicit TypeBase(Kind kind) : kind_(kind) {} in TypeBase() function