Searched refs:ObjectThrowingException (Results 1 – 2 of 2) sorted by relevance
3 function ObjectThrowingException() {}; class4 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();
26 function ObjectThrowingException() {}; class27 ObjectThrowingException.prototype.valueOf = function() {30 ObjectThrowingException.prototype.__defineGetter__("enableHighAccuracy", function() {33 var objectThrowingException = new ObjectThrowingException();