MCPcopy Create free account
hub / github.com/nodejs/node / f3

Function f3

deps/v8/test/mjsunit/baseline/test-baseline.js:140–140  ·  view source on GitHub ↗
(x, y, z)

Source from the content-addressed store, hash-verified

138function f1(x) { return x; }
139function f2(x, y) { return x + y; }
140function f3(x, y, z) { return y + z; }
141assertEquals(run(()=>{return f0()}), 42);
142assertEquals(run(()=>{return f1(42)}), 42);
143assertEquals(run(()=>{return f2(41, 1)}), 42);

Callers 2

cross-realm.jsFile · 0.70
test-baseline.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected