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

Function foo

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

Source from the content-addressed store, hash-verified

30};
31
32function foo() { throw new Error(); }
33const object = { toString: () => { return foo(); } };
34
35function bar() {

Calls

no outgoing calls

Tested by

no test coverage detected