* The `clear` method cancels the timer, preventing it from executing. * * @returns {void} * @private
()
| 2551 | * @private |
| 2552 | */ |
| 2553 | clear() { |
| 2554 | this._state = TO_BE_CLEARED; |
| 2555 | this._idleStart = -1; |
| 2556 | } |
| 2557 | }; |
| 2558 | _a = kFastTimer; |
| 2559 | module.exports = { |
no test coverage detected