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

Function f0

deps/v8/test/mjsunit/baseline/test-baseline.js:137–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136// Calls
137function f0() { return 42; }
138function f1(x) { return x; }
139function f2(x, y) { return x + y; }
140function f3(x, y, z) { return y + z; }

Callers 1

test-baseline.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected