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

Function f0

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

Source from the content-addressed store, hash-verified

45
46// Test function with a materialized arguments array.
47function f0() {
48 g(f0);
49 var result = h(f0);
50 var a = arguments;
51 assertEquals(999, a[0]);
52 return result;
53}
54
55
56// Test function without a materialized arguments array.

Callers

nothing calls this directly

Calls 3

gFunction · 0.70
hFunction · 0.70
assertEqualsFunction · 0.50

Tested by

no test coverage detected