@noinline
()
| 25820 | |
| 25821 | |
| 25822 | function workLoopSync() { |
| 25823 | // Already timed out, so perform work without checking if we need to yield. |
| 25824 | while (workInProgress !== null) { |
| 25825 | workInProgress = performUnitOfWork(workInProgress); |
| 25826 | } |
| 25827 | } |
| 25828 | /** @noinline */ |
| 25829 | |
| 25830 |
no test coverage detected