Searched refs:ExceptionEvent (Results 1 – 1 of 1) sorted by relevance
1074 return new ExceptionEvent(exec_state, exception, uncaught, promise);1078 function ExceptionEvent(exec_state, exception, uncaught, promise) { class1086 ExceptionEvent.prototype.executionState = function() {1091 ExceptionEvent.prototype.eventType = function() {1096 ExceptionEvent.prototype.exception = function() {1101 ExceptionEvent.prototype.uncaught = function() {1106 ExceptionEvent.prototype.promise = function() {1111 ExceptionEvent.prototype.func = function() {1116 ExceptionEvent.prototype.sourceLine = function() {1121 ExceptionEvent.prototype.sourceColumn = function() {[all …]