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

Function slowSloppyArguments2

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

Source from the content-addressed store, hash-verified

24}
25
26function slowSloppyArguments2(a, b) {
27 arguments[0xFFFFF] = -1;
28 return arguments;
29}
30
31let proto_obj = { fn1() { return 1 } }
32let obj_with_enum_cache = {

Callers 1

debugPrint.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected