v8
7.0.276 (node 11.14.0)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
Scope (Isolate *isolate) | |
~Scope () | |
Scope (const Scope &)=delete | |
Scope & | operator= (const Scope &)=delete |
Stack-allocated class which sets the isolate for all operations executed within a local scope.