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

Function f

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

Source from the content-addressed store, hash-verified

10// This would cause stepping to fail (V8 issue 3660).
11
12function f(x) {
13 g(x);
14 var a = 0; // Break 6
15 return a; // Break 7
16} // Break 8
17
18function g(x) {
19 if (x) h();

Callers 1

Calls 1

gFunction · 0.70

Tested by

no test coverage detected