Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ a
Function
a
deps/v8/test/mjsunit/stack-traces.js:489–491 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
487
}
488
try {
489
function
a() {
490
b();
491
}
492
function
b() {
493
throw Error(
'hello world'
);
494
}
Callers
1
stack-traces.js
File · 0.70
Calls
1
b
Function · 0.70
Tested by
no test coverage detected