Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h1832 bool IsIsolateInBackground() { return is_isolate_in_background_; } in IsIsolateInBackground()
2201 bool is_isolate_in_background_ = false; variable
Disolate.cc5269 is_isolate_in_background_ = true; in ThrowInternal()
5274 is_isolate_in_background_ = false; in ThrowInternal()