MCPcopy Index your code
hub / github.com/nodejs/node / clearBreakOnUncaughtException

Method clearBreakOnUncaughtException

deps/v8/test/debugger/test-api.js:103–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 clearBreakOnUncaughtException() {
104 const newState = this.isBreakOnException() ? "all" : "none";
105 this.sendMessageForMethodChecked(
106 "Debugger.setPauseOnExceptions", { state : newState });
107 }
108
109 isBreakOnUncaughtException() {
110 return !!%IsBreakOnException(this.ExceptionBreak.Uncaught);

Callers 2

runPartFunction · 0.80

Calls 2

isBreakOnExceptionMethod · 0.95

Tested by

no test coverage detected