Home
last modified time | relevance | path

Searched refs:should_pause (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.cc128 bool should_pause) in V8StackTraceId()
129 : id(id), debugger_id(debugger_id), should_pause(should_pause) {} in V8StackTraceId()
153 if (!dict->getBoolean(kShouldPause, &should_pause)) return; in V8StackTraceId()
165 dict->setBoolean(kShouldPause, should_pause); in ToString()
126 V8StackTraceId(uintptr_t id, const std::pair<int64_t, int64_t> debugger_id, bool should_pause) V8StackTraceId() argument
H A Dv8-debugger.cc928 if (!parent.should_pause) return; in externalAsyncTaskStarted()
943 if (!parent.should_pause) return; in externalAsyncTaskFinished()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-inspector.h312 bool should_pause = false; member
318 bool should_pause);
/third_party/node/deps/v8/include/
H A Dv8-inspector.h297 bool should_pause = false; member
303 bool should_pause);
/third_party/node/src/
H A Dnode_http_parser.cc684 template <bool should_pause>
692 if constexpr (should_pause) { in Pause()

Completed in 7 milliseconds