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