MCPcopy 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

98var p = {x: "x"}
99
100function 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
109function check_f4() {
110 assertEquals(keys, f4(o, p));

Callers 1

for-in-opt.jsFile · 0.70

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected