Lines Matching full:exceptionevent
1074 return new ExceptionEvent(exec_state, exception, uncaught);
1078 function ExceptionEvent(exec_state, exception, uncaught) {
1085 ExceptionEvent.prototype.executionState = function() {
1090 ExceptionEvent.prototype.eventType = function() {
1095 ExceptionEvent.prototype.exception = function() {
1100 ExceptionEvent.prototype.uncaught = function() {
1105 ExceptionEvent.prototype.func = function() {
1110 ExceptionEvent.prototype.sourceLine = function() {
1115 ExceptionEvent.prototype.sourceColumn = function() {
1120 ExceptionEvent.prototype.sourceLineText = function() {
1125 ExceptionEvent.prototype.toJSONProtocol = function() {