Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ f4
Function
f4
deps/v8/test/debugger/debug/for-in-opt.js:100–107 ·
view source on GitHub ↗
(o, p)
Source
from the content-addressed store, hash-verified
98
var
p = {x:
"x"
}
99
100
function
f4(o, p) {
101
var
result = [];
102
for
(
var
i in o) {
103
var
j = p.x +
"str"
;
104
result.push(i);
105
}
106
return
result;
107
}
108
109
function
check_f4() {
110
assertEquals(keys, f4(o, p));
Callers
1
for-in-opt.js
File · 0.70
Calls
1
push
Method · 0.45
Tested by
no test coverage detected