MCPcopy 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

51var o = {__proto__: proxy};
52
53function f2(o) {
54 var result = [];
55 for (var i in o) {
56 result.push(i);
57 }
58 return result;
59}
60
61function check_f2() {
62 assertEquals(keys, f2(o));

Callers 1

for-in-opt.jsFile · 0.70

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected