Home
last modified time | relevance | path

Searched refs:is_executing (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-generator-inl.h36 bool JSGeneratorObject::is_executing() const { in is_executing() function
Djs-generator.h29 inline bool is_executing() const;
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc246 } else if (generator->is_executing()) { in GetInternalProperties()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc629 if (is_executing() || is_closed()) { in JSGeneratorObjectPrint()
650 if (is_executing()) os << " (executing)"; in JSGeneratorObjectPrint()
/third_party/node/deps/v8/src/execution/
Disolate.cc1082 if (generator_object->is_executing()) { in CaptureAsyncStackTrace()