()
| 14250 | return exitStatus; |
| 14251 | } |
| 14252 | function workLoopSync() { |
| 14253 | for (; null !== workInProgress; ) performUnitOfWork(workInProgress); |
| 14254 | } |
| 14255 | function renderRootConcurrent(root, lanes) { |
| 14256 | var prevExecutionContext = executionContext; |
| 14257 | executionContext |= 2; |
no test coverage detected
searching dependent graphs…