Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ f2
Function
f2
deps/v8/test/debugger/debug/for-in-opt.js:53–59 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
51
var
o = {__proto__: proxy};
52
53
function
f2(o) {
54
var
result = [];
55
for
(
var
i in o) {
56
result.push(i);
57
}
58
return
result;
59
}
60
61
function
check_f2() {
62
assertEquals(keys, f2(o));
Callers
1
for-in-opt.js
File · 0.70
Calls
1
push
Method · 0.45
Tested by
no test coverage detected