(workInProgress)
| 6000 | (pushTreeFork(workInProgress, 1), pushTreeId(workInProgress, 1, 0)); |
| 6001 | } |
| 6002 | function popTreeContext(workInProgress) { |
| 6003 | for (; workInProgress === treeForkProvider; ) |
| 6004 | (treeForkProvider = forkStack[--forkStackIndex]), |
| 6005 | (forkStack[forkStackIndex] = null), |
| 6006 | (treeForkCount = forkStack[--forkStackIndex]), |
| 6007 | (forkStack[forkStackIndex] = null); |
| 6008 | for (; workInProgress === treeContextProvider; ) |
| 6009 | (treeContextProvider = idStack[--idStackIndex]), |
| 6010 | (idStack[idStackIndex] = null), |
| 6011 | (treeContextOverflow = idStack[--idStackIndex]), |
| 6012 | (idStack[idStackIndex] = null), |
| 6013 | (treeContextId = idStack[--idStackIndex]), |
| 6014 | (idStack[idStackIndex] = null); |
| 6015 | } |
| 6016 | var hydrationParentFiber = null, |
| 6017 | nextHydratableInstance = null, |
| 6018 | isHydrating = !1, |
no outgoing calls
no test coverage detected
searching dependent graphs…