Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
91
let
letOuter =
"let outer"
92
93
async
function
thrower() {
94
return
Promise.reject(
new
Error(
"oop"
));
95
}
96
97
async
function
testLater() {
98
return
{ x: 57, y: 100 };
Callers
1
test
Function · 0.70
Calls
1
reject
Method · 0.80
Tested by
1
test
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…