Home
last modified time | relevance | path

Searched refs:setPauseOnExceptions (Results 1 - 3 of 3) sorted by relevance

/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js881 function setPauseOnExceptions(state) {
883 Debugger.setPauseOnExceptions({ state }),
1162 setPauseOnExceptions,
1164 return setPauseOnExceptions('all');
1167 return setPauseOnExceptions('uncaught');
1170 return setPauseOnExceptions('none');
1186 await Debugger.setPauseOnExceptions({ state: pauseOnExceptionState });
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.h112 Response setPauseOnExceptions(const String16& pauseState) override;
H A Dv8-debugger-agent-impl.cc1226 Response V8DebuggerAgentImpl::setPauseOnExceptions( in setPauseOnExceptions() function in v8_inspector::__anon14707::V8DebuggerAgentImpl

Completed in 8 milliseconds