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

Function f1

deps/v8/test/mjsunit/bugs/bug-941049.js:57–62  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

55
56// Test function without a materialized arguments array.
57function f1(x) {
58 g(f1);
59 var result = h(f1);
60 assertEquals(999, x);
61 return result;
62}
63
64
65function test(f) {

Callers

nothing calls this directly

Calls 3

gFunction · 0.70
hFunction · 0.70
assertEqualsFunction · 0.50

Tested by

no test coverage detected