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

Function f

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

Source from the content-addressed store, hash-verified

176};
177
178function f(i, x4, y4) {
179 var a4 = input[i].a;
180 var b4 = input[i].b;
181 a4 = a4 + a4 / 100;
182 b4 = b4 + b4 / 100;
183 g1(i - 1, a4, b4);
184 return a4 + b4;
185};
186
187// Test calling f normally and as a constructor.
188f(input.length - 1, 11.11, 12.12);

Calls 1

g1Function · 0.70

Tested by

no test coverage detected