Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
26
function
slowSloppyArguments2(a, b) {
27
arguments[0xFFFFF] = -1;
28
return
arguments;
29
}
30
31
let
proto_obj = { fn1() {
return
1 } }
32
let
obj_with_enum_cache = {
Callers
1
debugPrint.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected