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

Function sloppyArguments

deps/v8/test/mjsunit/debugPrint.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11largeArray[0xFFFF00] = 123;
12
13function sloppyArguments() {
14 return arguments;
15}
16
17function sloppyArguments2(a, b) {
18 return arguments;

Callers 1

debugPrint.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…