Searched defs:StrongTaggedValue (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/objects/ | ||
H A D | tagged-value.h | 19 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 D | tagged-value-inl.h | 21 inline StrongTaggedValue::StrongTaggedValue(Object o) in StrongTaggedValue() function in v8::internal::StrongTaggedValue |
Completed in 1 milliseconds