Home | History | Annotate | Download | only in v8

Lines Matching refs:Isolate

74     v8::Isolate* isolate = v8::Isolate::GetCurrent();
75 if (!isolate->InContext())
78 v8::HandleScope handleScope(isolate);
79 v8::Handle<v8::Context> context = isolate->GetCurrentContext();
92 v8::Isolate* isolate = v8::Isolate::GetCurrent();
93 if (!isolate->InContext())
96 v8::HandleScope handleScope(isolate);
97 v8::Handle<v8::Context> context = isolate->GetCurrentContext();