(promise)
| 4135 | } |
| 4136 | |
| 4137 | function AsyncSettlePromises(promise) { |
| 4138 | this._normalQueue._pushOne(promise); |
| 4139 | this._queueTick(); |
| 4140 | } |
| 4141 | |
| 4142 | if (!util.hasDevTools) { |
| 4143 | Async.prototype.invokeLater = AsyncInvokeLater; |
nothing calls this directly
no outgoing calls
no test coverage detected