Home
last modified time | relevance | path

Searched defs:is_main_thread (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dlocal-isolate.h56 bool is_main_thread() { return heap()->is_main_thread(); } in is_main_thread() function
123 bool is_main_thread() const { return heap_.is_main_thread(); } in is_main_thread() function
/third_party/node/deps/v8/src/heap/
Dlocal-heap.h152 bool is_main_thread() const { return is_main_thread_; } in is_main_thread() function
/third_party/node/src/
Denv-inl.h585 inline bool Environment::is_main_thread() const { in is_main_thread() function