Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ hasUncaughtExceptionCaptureCallback
Function
hasUncaughtExceptionCaptureCallback
lib/internal/process/execution.js:152–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
}
151
152
function
hasUncaughtExceptionCaptureCallback() {
153
return
exceptionHandlerState.captureFn !== null;
154
}
155
156
function
noop() {}
157
Callers
3
asyncRunEntryPointWithESMLoader
Function · 0.85
handleMessage
Function · 0.85
errorHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…