MCPcopy 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

147var o3 = {__proto__: proxy3};
148
149function f5() {
150 for (var p in o3) {
151 print(p);
152 }
153}
154
155x = false;
156

Callers 1

for-in-opt.jsFile · 0.70

Calls 1

printFunction · 0.50

Tested by

no test coverage detected