Home | History | Annotate | Download | only in debug

Lines Matching defs:promise

1075 promise) {
1076 return new ExceptionEvent(break_id, exception, uncaught, promise);
1080 function ExceptionEvent(break_id, exception, uncaught, promise) {
1084 this.promise_ = promise;
1103 ExceptionEvent.prototype.promise = function() {
1219 this.promise_ = event_data.promise;
1226 PromiseEvent.prototype.promise = function() {