![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-isolate.h>
Public Member Functions | |
Scope (Isolate *isolate) | |
~Scope () | |
Scope (const Scope &)=delete | |
Scope & | operator= (const Scope &)=delete |
Private Attributes | |
Isolate *const | v8_isolate_ |
Stack-allocated class which sets the isolate for all operations executed within a local scope.
Definition at line 368 of file v8-isolate.h.
|
inlineexplicit |
Definition at line 370 of file v8-isolate.h.
|
inline |
Definition at line 374 of file v8-isolate.h.
|
delete |
|
private |
Definition at line 381 of file v8-isolate.h.