MCPcopy Create free account
hub / github.com/nodejs/node / foo

Function foo

deps/v8/test/mjsunit/stack-trace-cpp-function-template-2.js:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27};
28
29function foo() { throw new Error(); }
30const object = { toString: () => { return foo(); } };
31
32function bar() {

Calls

no outgoing calls

Tested by

no test coverage detected