()
| 25789 | } |
| 25790 | } |
| 25791 | function renderDidError() { |
| 25792 | if (workInProgressRootExitStatus !== RootCompleted) { |
| 25793 | workInProgressRootExitStatus = RootErrored; |
| 25794 | } |
| 25795 | } // Called during render to determine if anything has suspended. |
| 25796 | // Returns false if we're not sure. |
| 25797 | |
| 25798 | function renderHasNotSuspendedYet() { |