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

Function f

deps/v8/test/debugger/wrapper/break-on-debugger-stmt.js:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3// found in the LICENSE file.
4
5function f() { debugger; debugger; }
6
7const Debug = new DebugWrapper();
8Debug.enable();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected