Searched defs:o5 (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
H A Darray-tostring.js98 var o5 = {length: 3, 0: 1, 1: 2, 2: 3,
101 assertEquals("[object Object]", o5.toString());
/external/v8/test/mjsunit/compiler/
H A Dsimple-inlining.js133 var o5 = {e:o6};
134 o5.h = function() { return this.e.y; };
135 for (var i = 0; i < 5; i++) TestInlineThisXY(o5);
137 TestInlineThisXY(o5);
138 TestInlineThisXY({h: o5.h, e:o6});
/external/webkit/LayoutTests/fast/js/resources/
H A Dcodegen-temporaries-multiple-global-blocks-2.js23 var o5 = { a: 1 };
24 var v5 = o5;
26 shouldBe("o5.a", "2");

Completed in 92 milliseconds