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

Function f

deps/v8/test/debugger/debug/debug-evaluate-locals-optimized.js:161–166  ·  view source on GitHub ↗
(i, x4, y4)

Source from the content-addressed store, hash-verified

159}
160
161function f(i, x4, y4) {
162 var a4 = expected[i].locals.a4;
163 var b4 = expected[i].locals.b4;
164 g1(i - 1, a4, b4);
165 return a4 + b4;
166}
167
168// Test calling f normally and as a constructor.
169f(expected.length - 1, 11, 12);

Calls 1

g1Function · 0.70

Tested by

no test coverage detected