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

Function f

deps/v8/test/debugger/debug/debug-negative-break-points.js:23–26  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

21}
22
23function f(x) {
24 debugger;
25 return x + 1;
26}
27
28function g(x) {
29 try {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected