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

Function g1

deps/v8/test/debugger/debug/debug-evaluate-locals-optimized.js:154–159  ·  view source on GitHub ↗
(i, x3, y3, z3)

Source from the content-addressed store, hash-verified

152}
153
154function g1(i, x3, y3, z3) {
155 var a3 = expected[i].locals.a3;
156 var b3 = expected[i].locals.b3;
157 new g2(i - 1, a3, b3);
158 return a3 + b3;
159}
160
161function f(i, x4, y4) {
162 var a4 = expected[i].locals.a4;

Callers 1

fFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected