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

Function b3

deps/v8/test/mjsunit/es8/async-function-stacktrace.js:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }}.b2, ["b2"]);
55
56 await test({ async b3() {
57 await 1;
58 try { await thrower(); } catch (e) { throw new Error("FAIL"); }
59 } }.b3, ["b3"]);
60
61 await test({ async b4() {
62 await 1;

Callers

nothing calls this directly

Calls 1

throwerFunction · 0.70

Tested by

no test coverage detected