Home
last modified time | relevance | path

Searched defs:StrongTaggedValue (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dtagged-value.h19 class StrongTaggedValue class
22 constexpr StrongTaggedValue() : TaggedImpl() {} in StrongTaggedValue() function in v8::internal::StrongTaggedValue
23 explicit constexpr StrongTaggedValue(Tagged_t ptr) : TaggedImpl(ptr) {} in StrongTaggedValue() function in v8::internal::StrongTaggedValue
H A Dtagged-value-inl.h21 inline StrongTaggedValue::StrongTaggedValue(Object o) in StrongTaggedValue() function in v8::internal::StrongTaggedValue

Completed in 1 milliseconds