(x)
| 141 | function resolve(x) { p._handler.resolve(x); } |
| 142 | function reject(x) { p._handler.reject(x); } |
| 143 | function notify(x) { p._handler.notify(x); } |
| 144 | |
| 145 | this.promise = p; |
| 146 | this.resolve = resolve; |
no outgoing calls
no test coverage detected
searching dependent graphs…