(fn, receiver, arg)
| 4130 | } |
| 4131 | |
| 4132 | function AsyncInvoke(fn, receiver, arg) { |
| 4133 | this._normalQueue.push(fn, receiver, arg); |
| 4134 | this._queueTick(); |
| 4135 | } |
| 4136 | |
| 4137 | function AsyncSettlePromises(promise) { |
| 4138 | this._normalQueue._pushOne(promise); |
nothing calls this directly
no outgoing calls
no test coverage detected