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

Function thrower

deps/v8/test/debugger/debug/es8/async-debug-caught-exception.js:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24async function thrower() {
25 throw "a"; // Exception a
26}
27
28async function caught_throw() {
29 try {

Callers 3

caught_throwFunction · 0.70
propagate_innerFunction · 0.70
propagate_awaitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…