Lines Matching refs:isolate_
53 v8::Isolate* isolate_;
59 isolate_ = NewIsolate(allocator.get(), ¤t_loop, platform.get());
60 CHECK_NOT_NULL(isolate_);
61 isolate_->Enter();
65 platform->DrainTasks(isolate_);
66 isolate_->Exit();
67 platform->UnregisterIsolate(isolate_);
68 isolate_->Dispose();
69 isolate_ = nullptr;
73 void EnvTest(v8::Isolate* isolate_, char* env_string) {
74 const v8::HandleScope handle_scope(isolate_);
103 EnvTest(ffh.isolate_, (char*)s.c_str());