v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <lazy-instance.h>
Public Types | |
typedef AllocationTrait::StorageType | StorageType |
Public Member Functions | |
T * | Pointer () |
const T & | Get () const |
Data Fields | |
OnceType | once_ |
StorageType | storage_ |
Definition at line 191 of file lazy-instance.h.
typedef AllocationTrait::StorageType StorageType |
Definition at line 193 of file lazy-instance.h.
|
inline |
Definition at line 215 of file lazy-instance.h.
References LazyInstanceImpl< T, AllocationTrait, CreateTrait, InitOnceTrait, DestroyTrait >::storage_.
|
inline |
Definition at line 210 of file lazy-instance.h.
References LazyInstanceImpl< T, AllocationTrait, CreateTrait, InitOnceTrait, DestroyTrait >::storage_.
Referenced by Heap::CheckpointObjectStats().
|
mutable |
Definition at line 220 of file lazy-instance.h.
|
mutable |
Definition at line 224 of file lazy-instance.h.
Referenced by LazyInstanceImpl< T, AllocationTrait, CreateTrait, InitOnceTrait, DestroyTrait >::Get(), and LazyInstanceImpl< T, AllocationTrait, CreateTrait, InitOnceTrait, DestroyTrait >::Pointer().