Home
last modified time | relevance | path

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

/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
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 exce…
6 ObjectThrowingException.prototype.__defineGetter__("alpha", function() { throw new Error('alpha get…
7 var objectThrowingException = new ObjectThrowingException();
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
Dargument-types.js26 function ObjectThrowingException() {}; class
27 ObjectThrowingException.prototype.valueOf = function() {
30 ObjectThrowingException.prototype.__defineGetter__("enableHighAccuracy", function() {
33 var objectThrowingException = new ObjectThrowingException();