Searched refs:SetRaw (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/include/cppgc/ | ||
H A D | member.h | 35 void SetRaw(void* value) { raw_ = value; } in SetRaw() function in cppgc::internal::MemberBase |
/third_party/node/deps/v8/include/v8-include/cppgc/ | ||
H A D | member.h | 53 V8_INLINE void SetRaw(void* value) { raw_.Store(value); } in SetRaw() function in cppgc::internal::MemberBase |
Completed in 3 milliseconds