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