Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ c4
Method
c4
deps/v8/test/mjsunit/es8/async-function-stacktrace.js:81–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
} }).c3, [
"c3"
]);
80
81
await
test((
new
class
{
async
c4() {
82
await
1;
83
try {
await
reject(); } catch (e) { throw
new
Error(
"FAIL"
); }
84
} }).c4, [
"c4"
]);
85
86
await
test(
async
x => { throw
new
Error(
"FAIL"
) },
87
[
"test"
,
"runTests"
]);
Callers
nothing calls this directly
Calls
1
reject
Function · 0.70
Tested by
no test coverage detected