(arg)
| 8 | var sentinel = { value: 'sentinel' }; |
| 9 | |
| 10 | function assertIsPromise(arg) { |
| 11 | assert(when.isPromiseLike(arg)); |
| 12 | } |
| 13 | |
| 14 | function async(f, x, thisArg) { |
| 15 | setTimeout(function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…