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

Function f2

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

Source from the content-addressed store, hash-verified

137function f0() { return 42; }
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);

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected