Home
last modified time | relevance | path

Searched refs:main_thread_local_isolate_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.h1893 return main_thread_local_isolate_.get(); in main_thread_local_isolate()
2341 std::unique_ptr<LocalIsolate> main_thread_local_isolate_; variable
Disolate.cc3463 main_thread_local_isolate_.reset(); in ThrowInternal()
3955 main_thread_local_isolate_.reset(new LocalIsolate(this, ThreadKind::kMain)); in ThrowInternal()