Lines Matching refs:isolate_
187 w_->isolate_ = isolate; in WorkerThreadData()
195 isolate = w_->isolate_; in ~WorkerThreadData()
196 w_->isolate_ = nullptr; in ~WorkerThreadData()
259 if (isolate_ == nullptr) return; in Run()
264 Locker locker(isolate_); in Run()
265 Isolate::Scope isolate_scope(isolate_); in Run()
266 SealHandleScope outer_seal(isolate_); in Run()
273 isolate_->CancelTerminateExecution(); in Run()
286 Isolate::DisallowJavascriptExecutionScope disallow_js(isolate_, in Run()
293 HandleScope handle_scope(isolate_); in Run()
300 TryCatch try_catch(isolate_); in Run()
301 context = NewContext(isolate_); in Run()
350 SealHandleScope seal(isolate_); in Run()
359 platform_->DrainTasks(isolate_); in Run()
396 HandleScope handle_scope(isolate_); in CreateEnvMessagePort()
410 env->set_message_port(child_port->object(isolate_)); in CreateEnvMessagePort()