()
| 22188 | } |
| 22189 | |
| 22190 | function markCommitTimeOfFallback() { |
| 22191 | globalMostRecentFallbackTime = now(); |
| 22192 | } |
| 22193 | function markRenderEventTimeAndConfig(expirationTime, suspenseConfig) { |
| 22194 | if (expirationTime < workInProgressRootLatestProcessedExpirationTime && expirationTime > Idle) { |
| 22195 | workInProgressRootLatestProcessedExpirationTime = expirationTime; |
no test coverage detected