Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
21
function
slowSloppyArguments() {
22
arguments[0xFFFFF] = -1;
23
return
arguments;
24
}
25
26
function
slowSloppyArguments2(a, b) {
27
arguments[0xFFFFF] = -1;
Callers
1
debugPrint.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected