V8 Project
|
Stack-allocated class which sets the isolate for all operations executed within a local scope. More...
#include <v8.h>
Public Member Functions | |
Scope (Isolate *isolate) | |
~Scope () | |
Private Member Functions | |
Scope (const Scope &) | |
Scope & | operator= (const Scope &) |
Private Attributes | |
Isolate *const | isolate_ |
Stack-allocated class which sets the isolate for all operations executed within a local scope.
|
inlineexplicit |
Definition at line 4400 of file v8.h.
References v8::Isolate::Enter().
|
inline |
Definition at line 4404 of file v8.h.
|
private |