Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dtagged-value.h22 constexpr StrongTaggedValue() : TaggedImpl() {} in StrongTaggedValue() function
23 explicit constexpr StrongTaggedValue(Tagged_t ptr) : TaggedImpl(ptr) {} in StrongTaggedValue() function
Dtagged-value-inl.h21 inline StrongTaggedValue::StrongTaggedValue(Object o) in StrongTaggedValue() function
/third_party/node/deps/v8/src/common/
Dglobals.h742 class StrongTaggedValue; variable