Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dtypes.h816 : type_(type), constexpr_value_(constexpr_value) { in VisitResult()
827 const std::string& constexpr_value() const { return *constexpr_value_; } in constexpr_value()
832 return type_ == other.type_ && constexpr_value_ == other.constexpr_value_ &&
838 base::Optional<std::string> constexpr_value_; variable