HomeSort by relevance Sort by last modified time
    Searched defs:o4 (Results 1 - 5 of 5) sorted by null

  /external/v8/test/mjsunit/
array-tostring.js 91 var o4 = {length: 3, 0: 1, 1: 2, 2: 3,
94 assertEquals("[object Object]", o4.toString());
  /external/v8/test/mjsunit/compiler/
simple-inlining.js 110 var o4 = {x:[1,2,3]};
111 o4.h = function() { return this.x.length; };
112 for (var i = 0; i < 5; i++) TestInlineThisXLength(o4);
114 TestInlineThisXLength(o4);
115 TestInlineThisXLength({h: o4.h, x:[1,2,3]});
  /libcore/luni/src/test/java/tests/api/java/io/
ComputeSerialVersionUIDTest.java 21 SerializationTestClass.TestClassModifierFinal o4 = (SerializationTestClass.TestClassModifierFinal) ois local
37 SerializationTestClass.TestIntefacesBA o4 = (SerializationTestClass.TestIntefacesBA) ois local
69 SerializationTestClass.TestFieldsOnePrivate o4 = (SerializationTestClass.TestFieldsOnePrivate) ois local
107 SerializationTestClass.TestConstructorProtected o4 = (SerializationTestClass.TestConstructorProtected) ois local
129 SerializationTestClass.TestMethodNative o4 = (SerializationTestClass.TestMethodNative) ois local
  /external/guava/guava-tests/test/com/google/common/base/
ToStringHelperTest.java 124 Object o4 = new Object() {}; local
140 Object o4 = new Object() {}; local
  /external/v8/test/cctest/
test-api.cc 7806 Local<v8::Object> o4 = t4->GetFunction()->NewInstance(); local
    [all...]

Completed in 57 milliseconds