Lines Matching refs:ExceptionEvent
1074 return new ExceptionEvent(exec_state, exception, uncaught, promise);
1078 function ExceptionEvent(exec_state, exception, uncaught, promise) { class
1086 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() {
1126 ExceptionEvent.prototype.sourceLineText = function() {
1131 ExceptionEvent.prototype.toJSONProtocol = function() {