(v)
| 7424 | }; |
| 7425 | |
| 7426 | function deferResolve(v) {this.promise._resolveCallback(v);} |
| 7427 | function deferReject(v) {this.promise._rejectCallback(v, false);} |
| 7428 | |
| 7429 | Promise.defer = Promise.pending = function() { |
nothing calls this directly
no outgoing calls
no test coverage detected