Searched defs:TaggedImpl (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/objects/ | ||
H A D | tagged-impl.h | 23 class TaggedImpl { class 36 constexpr TaggedImpl() : ptr_{} {} in TaggedImpl() function in v8::internal::TaggedImpl 37 explicit constexpr TaggedImpl(StorageType ptr) : ptr_(ptr) {} in TaggedImpl() function in v8::internal::TaggedImpl |
Completed in 1 milliseconds