v8
3.14.5(node0.10.28)
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 194 of file lazy-instance.h.
typedef AllocationTrait::StorageType StorageType |
Definition at line 196 of file lazy-instance.h.
|
inline |
Definition at line 218 of file lazy-instance.h.
References LazyInstanceImpl< T, AllocationTrait, CreateTrait, InitOnceTrait, DestroyTrait >::storage_.
|
inline |
Definition at line 213 of file lazy-instance.h.
References LazyInstanceImpl< T, AllocationTrait, CreateTrait, InitOnceTrait, DestroyTrait >::storage_.
Referenced by Heap::CheckpointObjectStats().
|
mutable |
Definition at line 223 of file lazy-instance.h.
|
mutable |
Definition at line 227 of file lazy-instance.h.
Referenced by LazyInstanceImpl< T, AllocationTrait, CreateTrait, InitOnceTrait, DestroyTrait >::Get(), and LazyInstanceImpl< T, AllocationTrait, CreateTrait, InitOnceTrait, DestroyTrait >::Pointer().