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

/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");
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc162 // o5 <- A, B, Function
163 JSObjectsCluster o5 = local
173 CHECK_EQ(JSObjectsCluster(), coarser.GetCoarseEquivalent(o5));

Completed in 91 milliseconds