Searched defs:myObject (Results 1 - 4 of 4) sorted by path

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DEventObjectTest.java24 Object myObject; field in class:EventObjectTest
42 myEventObject.getSource() == myObject);
60 myObject = new Object();
61 myEventObject = new EventObject(myObject);
/external/chromium_org/v8/test/webkit/
H A Ddfg-convert-this-dom-window.js28 var myObject = { call: function() { return [myObject, "myObject.call"] } };
35 shouldBe("myObject.call()", '[myObject, "myObject.call"]');
37 shouldBe("myFunction.call(myObject, 'arg1')", '[myObject, "myFunction", "arg1"]');
41 shouldBe("myFunction.aliasedCall(myObject, 'arg1')", '[myObject, "myFunctio
[all...]
H A Dfunction-apply-aliased.js28 var myObject = { apply: function() { return [myObject, "myObject.apply"] } };
50 shouldBe("myObject.apply()", '[myObject, "myObject.apply"]');
51 shouldBe("forwarder(myObject)", '[myObject, "myObject.apply"]');
54 shouldBe("myFunction.apply(myObject, ['arg
[all...]
H A Dfunction-call-aliased.js28 var myObject = { call: function() { return [myObject, "myObject.call"] } };
34 shouldBe("myObject.call()", '[myObject, "myObject.call"]');
36 shouldBe("myFunction.call(myObject, 'arg1')", '[myObject, "myFunction", "arg1"]');
40 shouldBe("myFunction.aliasedCall(myObject, 'arg1')", '[myObject, "myFunctio
[all...]

Completed in 210 milliseconds