V8 Project
|
#include <lazy-instance.h>
Public Member Functions | |
struct | V8_ALIGNAS (T, 16) StorageType |
STATIC_ASSERT (V8_ALIGNOF(StorageType) >=V8_ALIGNOF(T)) | |
Static Public Member Functions | |
static T * | MutableInstance (StorageType *storage) |
template<typename ConstructTrait > | |
static void | InitStorageUsingTrait (StorageType *storage) |
Definition at line 94 of file lazy-instance.h.
|
inlinestatic |
Definition at line 107 of file lazy-instance.h.
References v8::base::StaticallyAllocatedInstanceTrait< T >::MutableInstance().
|
inlinestatic |
Definition at line 102 of file lazy-instance.h.
References T.
Referenced by v8::base::StaticallyAllocatedInstanceTrait< T >::InitStorageUsingTrait().
v8::base::StaticallyAllocatedInstanceTrait< T >::STATIC_ASSERT | ( | V8_ALIGNOF(StorageType) >=V8_ALIGNOF(T) | ) |
|
inline |
Definition at line 86 of file lazy-instance.h.