()
| 23250 | } |
| 23251 | |
| 23252 | function stopFinishedWorkLoopTimer() { |
| 23253 | var didCompleteRoot = true; |
| 23254 | stopWorkLoopTimer(interruptedBy, didCompleteRoot); |
| 23255 | interruptedBy = null; |
| 23256 | } |
| 23257 | |
| 23258 | function stopInterruptedWorkLoopTimer() { |
| 23259 | // TODO: Track which fiber caused the interruption. |
no test coverage detected