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

Function thrower

deps/v8/test/debugger/debug/es8/async-function-debug-evaluate.js:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91let letOuter = "let outer"
92
93async function thrower() {
94 return Promise.reject(new Error("oop"));
95}
96
97async function testLater() {
98 return { x: 57, y: 100 };

Callers 1

testFunction · 0.70

Calls 1

rejectMethod · 0.80

Tested by 1

testFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…