()
| 547 | } |
| 548 | |
| 549 | function requestHostCallback() { |
| 550 | if (!isMessageLoopRunning) { |
| 551 | isMessageLoopRunning = true; |
| 552 | schedulePerformWorkUntilDeadline(); |
| 553 | } |
| 554 | } |
| 555 | |
| 556 | function requestHostTimeout( |
| 557 | callback: (currentTime: number) => void, |
no outgoing calls
no test coverage detected