v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
|
#include <member.h>
Data Structures | |
struct | AtomicInitializerTag |
Public Types | |
using | RawStorage = StorageType |
Protected Member Functions | |
V8_INLINE | MemberBase ()=default |
V8_INLINE | MemberBase (const void *value) |
V8_INLINE | MemberBase (const void *value, AtomicInitializerTag) |
V8_INLINE | MemberBase (RawStorage raw) |
V8_INLINE | MemberBase (std::nullptr_t) |
V8_INLINE | MemberBase (SentinelPointer s) |
V8_INLINE const void ** | GetRawSlot () const |
V8_INLINE const void * | GetRaw () const |
V8_INLINE void | SetRaw (void *value) |
V8_INLINE const void * | GetRawAtomic () const |
V8_INLINE void | SetRawAtomic (const void *value) |
V8_INLINE RawStorage | GetRawStorage () const |
V8_INLINE void | SetRawStorageAtomic (RawStorage other) |
V8_INLINE bool | IsCleared () const |
V8_INLINE void | ClearFromGC () const |
Friends | |
class | MemberDebugHelper |
using RawStorage = StorageType |
|
protecteddefault |
|
inlineexplicitprotected |
|
inlineprotected |
|
inlineexplicitprotected |
|
inlineexplicitprotected |
|
inlineexplicitprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
friend |