Home | History | Annotate | Download | only in debug

Lines Matching defs:ExceptionEvent

998   return new ExceptionEvent(break_id, exception, uncaught, promise);
1002 function ExceptionEvent(break_id, exception, uncaught, promise) {
1010 ExceptionEvent.prototype.eventType = function() {
1015 ExceptionEvent.prototype.exception = function() {
1020 ExceptionEvent.prototype.uncaught = function() {
1025 ExceptionEvent.prototype.promise = function() {
1030 ExceptionEvent.prototype.func = function() {
1035 ExceptionEvent.prototype.sourceLine = function() {
1040 ExceptionEvent.prototype.sourceColumn = function() {
1045 ExceptionEvent.prototype.sourceLineText = function() {
1050 ExceptionEvent.prototype.toJSONProtocol = function() {