Searched defs:o7 (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/compiler/
H A Dsimple-inlining.js155 var o7 = {x:[42,43,44]};
156 o7.foo = function() { return this.x[0]; };
157 for (var i = 0; i < 5; i++) TestInlineThisX0(o7);
159 TestInlineThisX0(o7);
160 TestInlineThisX0({foo: o7.foo, x:[42,0,0]});
/external/webkit/LayoutTests/fast/js/resources/
H A Dcodegen-temporaries-multiple-global-blocks-2.js33 var o7 = { a: 1 };
34 var v7 = o7;
36 shouldBe("o7.a", "2");

Completed in 81 milliseconds