Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ f5
Function
f5
deps/v8/test/debugger/debug/for-in-opt.js:149–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
147
var
o3 = {__proto__: proxy3};
148
149
function
f5() {
150
for
(
var
p in o3) {
151
print(p);
152
}
153
}
154
155
x = false;
156
Callers
1
for-in-opt.js
File · 0.70
Calls
1
print
Function · 0.50
Tested by
no test coverage detected