(o)
| 174 | } |
| 175 | |
| 176 | function isPromise (o) { |
| 177 | return o instanceof Promise; |
| 178 | } |
| 179 | |
| 180 | function when (promiseOrValue, callback, errback, progback) { |
| 181 | // we can't just sniff for then(). if we do, resources that have a |
no outgoing calls
no test coverage detected