(x)
| 139 | var p = Promise._defer(); |
| 140 | |
| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…