()
| 48194 | this.refresh(); |
| 48195 | } |
| 48196 | refresh() { |
| 48197 | if (this.state === -2) { |
| 48198 | fastTimers.push(this); |
| 48199 | if (!fastNowTimeout || fastTimers.length === 1) { |
| 48200 | refreshTimeout(); |
| 48201 | } |
| 48202 | } |
| 48203 | this.state = 0; |
| 48204 | } |
| 48205 | clear() { |
| 48206 | this.state = -1; |
| 48207 | } |
no test coverage detected