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