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

Function h

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

Source from the content-addressed store, hash-verified

39}
40
41function h(f) {
42 assertEquals('kallevip', f.arguments.extra);
43 return f.arguments;
44}
45
46// Test function with a materialized arguments array.
47function f0() {

Callers 2

f0Function · 0.70
f1Function · 0.70

Calls 1

assertEqualsFunction · 0.50

Tested by

no test coverage detected