|
V8 Project
|
#include <lazy-instance.h>
Collaboration diagram for v8::base::StaticallyAllocatedInstanceTrait< T >: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().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 102 of file lazy-instance.h.
References T.
Referenced by v8::base::StaticallyAllocatedInstanceTrait< T >::InitStorageUsingTrait().
Here is the caller graph for this function:| v8::base::StaticallyAllocatedInstanceTrait< T >::STATIC_ASSERT | ( | V8_ALIGNOF(StorageType) >=V8_ALIGNOF(T) | ) |
|
inline |
Definition at line 86 of file lazy-instance.h.