MCPcopy Index your code
hub / github.com/nodejs/node / fn

Function fn

deps/v8/test/mjsunit/call.js:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76
77function fn() {
78 return arguments.length;
79}
80
81assertEquals(0, fn.call());
82assertEquals(0, fn.call(this));

Callers 15

runLiteralsTestFunction · 0.70
ignoreOOMFunction · 0.70
optFunction · 0.70
test_switchFunction · 0.70
assertThrowsWithMessageFunction · 0.70
testNoDeoptFunction · 0.70
OverrideCaseFunction · 0.70
no_last_matchFunction · 0.70
forEachMethod · 0.50
forEachChunkSizeMethod · 0.50
map.mjsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected