(workInProgress)
| 5996 | (treeContextOverflow = workInProgress); |
| 5997 | } |
| 5998 | function pushMaterializedTreeId(workInProgress) { |
| 5999 | null !== workInProgress.return && |
| 6000 | (pushTreeFork(workInProgress, 1), pushTreeId(workInProgress, 1, 0)); |
| 6001 | } |
| 6002 | function popTreeContext(workInProgress) { |
| 6003 | for (; workInProgress === treeForkProvider; ) |
| 6004 | (treeForkProvider = forkStack[--forkStackIndex]), |
no test coverage detected
searching dependent graphs…