MCPcopy Index your code
hub / github.com/nodejs/node / f

Function f

deps/v8/test/debugger/debug/debug-evaluate-modify-this.js:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8var exception = null;
9
10var f = () => { debugger; }
11var g = function() { debugger; }
12var h = (function() { return () => { debugger; }; }).call({});
13

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected