Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ caught_throw
Function
caught_throw
deps/v8/test/debugger/debug/es8/async-debug-caught-exception.js:28–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
async
function
caught_throw() {
29
try {
30
await
thrower();
31
} catch (e) {
32
assertEquals(
"a"
, e);
33
}
34
}
35
36
37
// Caught throw, events on any exception.
Callers
1
async-debug-caught-exception.js
File · 0.85
Calls
2
thrower
Function · 0.70
assertEquals
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…