/external/chromium_org/v8/test/webkit/ |
delete-getters-setters.js | 100 var o5 = { b: 1 }; 101 o5.__defineSetter__("a", function() {}); 102 o5.__defineSetter__("b", function() {}); 103 delete o5.a; 104 shouldThrow("o5.b.property");
|
/external/chromium_org/v8/test/mjsunit/ |
array-tostring.js | 98 var o5 = {length: 3, 0: 1, 1: 2, 2: 3, 101 assertEquals("[object Object]", o5.toString());
|
/external/v8/test/mjsunit/ |
array-tostring.js | 98 var o5 = {length: 3, 0: 1, 1: 2, 2: 3, 101 assertEquals("[object Object]", o5.toString());
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
simple-inlining.js | 133 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/v8/test/mjsunit/compiler/ |
simple-inlining.js | 133 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/chromium_org/skia/ext/ |
skia_utils_win.cc | 26 COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5); member in namespace:__anon10380
|
/libcore/luni/src/test/java/tests/api/java/io/ |
ComputeSerialVersionUIDTest.java | 23 SerializationTestClass.TestClassModifierInterface o5 = (SerializationTestClass.TestClassModifierInterface) ois local 39 SerializationTestClass.TestIntefacesC o5 = (SerializationTestClass.TestIntefacesC) ois local 71 SerializationTestClass.TestFieldsTwoPrivate o5 = (SerializationTestClass.TestFieldsTwoPrivate) ois local 109 SerializationTestClass.TestConstructorPublic o5 = (SerializationTestClass.TestConstructorPublic) ois local 131 SerializationTestClass.TestMethodProtected o5 = (SerializationTestClass.TestMethodProtected) ois local
|
/external/guava/guava-tests/test/com/google/common/base/ |
ToStringHelperTest.java | 125 Object o5 = new Object() {}; local 141 Object o5 = new Object() {}; local
|