MCPcopy 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
28async 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

Calls 2

throwerFunction · 0.70
assertEqualsFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…