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

Function sloppyArguments2

deps/v8/test/mjsunit/debugPrint.js:17–19  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

15}
16
17function sloppyArguments2(a, b) {
18 return arguments;
19}
20
21function slowSloppyArguments() {
22 arguments[0xFFFFF] = -1;

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…