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

Function slowSloppyArguments

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

Source from the content-addressed store, hash-verified

19}
20
21function slowSloppyArguments() {
22 arguments[0xFFFFF] = -1;
23 return arguments;
24}
25
26function slowSloppyArguments2(a, b) {
27 arguments[0xFFFFF] = -1;

Callers 1

debugPrint.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected