()
| 2825 | } |
| 2826 | |
| 2827 | function unstable_continueExecution() { |
| 2828 | |
| 2829 | if (!isHostCallbackScheduled && !isPerformingWork) { |
| 2830 | isHostCallbackScheduled = true; |
| 2831 | requestHostCallback(flushWork); |
| 2832 | } |
| 2833 | } |
| 2834 | |
| 2835 | function unstable_getFirstCallbackNode() { |
| 2836 | return peek(taskQueue); |
nothing calls this directly
no outgoing calls
no test coverage detected