@noinline
()
| 22260 | |
| 22261 | |
| 22262 | function workLoopSync() { |
| 22263 | // Already timed out, so perform work without checking if we need to yield. |
| 22264 | while (workInProgress !== null) { |
| 22265 | workInProgress = performUnitOfWork(workInProgress); |
| 22266 | } |
| 22267 | } |
| 22268 | /** @noinline */ |
| 22269 | |
| 22270 |
no test coverage detected