* Reset FastTimers. * Exported for testing purposes only. * Marking as deprecated to discourage any use outside of testing. * @deprecated
()
| 411 | * @deprecated |
| 412 | */ |
| 413 | reset () { |
| 414 | fastNow = 0 |
| 415 | fastTimers.length = 0 |
| 416 | clearTimeout(fastNowTimeout) |
| 417 | fastNowTimeout = null |
| 418 | }, |
| 419 | /** |
| 420 | * Exporting for testing purposes only. |
| 421 | * Marking as deprecated to discourage any use outside of testing. |
nothing calls this directly
no test coverage detected