v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Data Structures | |
class | RealmScope |
Public Member Functions | |
PerIsolateData (Isolate *isolate) | |
~PerIsolateData () | |
Static Public Member Functions | |
static PerIsolateData * | Get (Isolate *isolate) |
Friends | |
class | Shell |
class | RealmScope |
|
inlineexplicit |
Definition at line 91 of file d8.cc.
References Isolate::SetData().
|
inline |
Definition at line 96 of file d8.cc.
References NULL, and Isolate::SetData().
|
inlinestatic |
Definition at line 100 of file d8.cc.
References Isolate::GetData().
Referenced by Shell::ExecuteString(), Shell::RealmCreate(), Shell::RealmCurrent(), Shell::RealmDispose(), Shell::RealmEval(), Shell::RealmGlobal(), Shell::RealmOwner(), Shell::RealmSharedGet(), Shell::RealmSharedSet(), Shell::RealmSwitch(), ShellThread::Run(), and Shell::RunMain().
|
friend |