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

Method isBreakOnException

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

Source from the content-addressed store, hash-verified

91 }
92
93 isBreakOnException() {
94 return !!%IsBreakOnException(this.ExceptionBreak.Caught);
95 };
96
97 setBreakOnUncaughtException() {
98 const newState = this.isBreakOnException() ? "all" : "uncaught";

Calls

no outgoing calls

Tested by

no test coverage detected