![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <lazy-instance.h>
Public Types | |
using | StorageType = char[sizeof(T)] |
using | AlignmentType = T |
Static Public Member Functions | |
static T * | MutableInstance (StorageType *storage) |
template<typename ConstructTrait > | |
static void | InitStorageUsingTrait (StorageType *storage) |
Definition at line 96 of file lazy-instance.h.
using v8::base::StaticallyAllocatedInstanceTrait< T >::AlignmentType = T |
Definition at line 98 of file lazy-instance.h.
using v8::base::StaticallyAllocatedInstanceTrait< T >::StorageType = char[sizeof(T)] |
Definition at line 97 of file lazy-instance.h.
|
inlinestatic |
Definition at line 105 of file lazy-instance.h.
|
inlinestatic |
Definition at line 100 of file lazy-instance.h.