MCPcopy 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}
488try {
489 function a() {
490 b();
491 }
492 function b() {
493 throw Error('hello world');
494 }

Callers 1

stack-traces.jsFile · 0.70

Calls 1

bFunction · 0.70

Tested by

no test coverage detected