![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <lazy-instance.h>
Public Member Functions | |
template<typename... Args> | |
LeakyObject (Args &&... args) | |
LeakyObject (const LeakyObject &)=delete | |
LeakyObject & | operator= (const LeakyObject &)=delete |
T * | get () |
Private Attributes | |
char | storage_ [sizeof(T)] |
Definition at line 35 of file isolate-group.h.
|
inlineexplicit |
Definition at line 233 of file lazy-instance.h.
|
delete |
|
inline |
|
delete |
|
private |
Definition at line 243 of file lazy-instance.h.