Searched refs:ObjectThrowingException (Results 1 - 2 of 2) sorted by relevance

/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
H A Doptional-event-properties.js3 function ObjectThrowingException() {}; class
4 ObjectThrowingException.prototype.valueOf = function() { throw new Error('valueOf threw exception'); }
5 ObjectThrowingException.prototype.__defineGetter__("x", function() { throw new Error('x getter exception'); });
6 ObjectThrowingException.prototype.__defineGetter__("alpha", function() { throw new Error('alpha getter exception'); });
7 var objectThrowingException = new ObjectThrowingException();
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dargument-types.js26 function ObjectThrowingException() {}; class
27 ObjectThrowingException.prototype.valueOf = function() {
30 ObjectThrowingException.prototype.__defineGetter__("enableHighAccuracy", function() {
33 var objectThrowingException = new ObjectThrowingException();

Completed in 79 milliseconds