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

Function b4

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

Source from the content-addressed store, hash-verified

59 } }.b3, ["b3"]);
60
61 await test({ async b4() {
62 await 1;
63 try { await reject(); } catch (e) { throw new Error("FAIL"); }
64 } }.b4, ["b4"]);
65
66 await test((new class { async c() {
67 throw new Error("FAIL");

Callers

nothing calls this directly

Calls 1

rejectFunction · 0.70

Tested by

no test coverage detected