()
| 1120 | } |
| 1121 | __name(onTick, "onTick"); |
| 1122 | function refreshTimeout() { |
| 1123 | if (fastNowTimeout?.refresh) { |
| 1124 | fastNowTimeout.refresh(); |
| 1125 | } else { |
| 1126 | clearTimeout(fastNowTimeout); |
| 1127 | fastNowTimeout = setTimeout(onTick, TICK_MS); |
| 1128 | fastNowTimeout?.unref(); |
| 1129 | } |
| 1130 | } |
| 1131 | __name(refreshTimeout, "refreshTimeout"); |
| 1132 | var FastTimer = class { |
| 1133 | static { |
no test coverage detected
searching dependent graphs…