Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dtypes.h158 constexpr_version_ = type; in SetConstexprVersion()
162 if (constexpr_version_) return constexpr_version_; in ConstexprVersion()
189 mutable const Type* constexpr_version_ = nullptr; variable
Dtypes.cc30 constexpr_version_(other.constexpr_version_) {} in Type()
37 constexpr_version_(nullptr) {} in Type()