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

Function g

deps/v8/test/debugger/debug/debug-break-inline.js:56–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56function g() {
57 count++;
58 h();
59 var b = 1; // Break point is set here.
60}
61
62function h() {
63 debugger;

Callers 1

fFunction · 0.70

Calls 1

hFunction · 0.70

Tested by

no test coverage detected