* Reset the scheduler's state.
()
| 2301 | * Reset the scheduler's state. |
| 2302 | */ |
| 2303 | function resetSchedulerState () { |
| 2304 | queue.length = 0; |
| 2305 | has = {}; |
| 2306 | { |
| 2307 | circular = {}; |
| 2308 | } |
| 2309 | waiting = flushing = false; |
| 2310 | } |
| 2311 | |
| 2312 | /** |
| 2313 | * Flush both queues and run the watchers. |
no outgoing calls
no test coverage detected