Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isBreakOnUncaughtException
Method
isBreakOnUncaughtException
deps/v8/test/debugger/test-api.js:109–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
isBreakOnUncaughtException() {
110
return
!!%IsBreakOnException(this.ExceptionBreak.Uncaught);
111
};
112
113
clearStepping() { %ClearStepping(); };
114
Callers
1
clearBreakOnException
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected