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

Function f1

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

Source from the content-addressed store, hash-verified

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; }
141assertEquals(run(()=>{return f0()}), 42);

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected