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

Function g

deps/v8/test/debugger/debug/debug-step-turbofan.js:18–23  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

16} // Break 8
17
18function g(x) {
19 if (x) h();
20 var a = 0; // Break 2
21 var b = 1; // Break 3
22 return a + b; // Break 4
23} // Break 5
24
25function h() {
26 debugger; // Break 0

Callers 1

fFunction · 0.70

Calls 1

hFunction · 0.70

Tested by

no test coverage detected