(workInProgress, totalChildren)
| 5961 | treeContextId = 1, |
| 5962 | treeContextOverflow = ""; |
| 5963 | function pushTreeFork(workInProgress, totalChildren) { |
| 5964 | forkStack[forkStackIndex++] = treeForkCount; |
| 5965 | forkStack[forkStackIndex++] = treeForkProvider; |
| 5966 | treeForkProvider = workInProgress; |
| 5967 | treeForkCount = totalChildren; |
| 5968 | } |
| 5969 | function pushTreeId(workInProgress, totalChildren, index) { |
| 5970 | idStack[idStackIndex++] = treeContextId; |
| 5971 | idStack[idStackIndex++] = treeContextOverflow; |
no test coverage detected
searching dependent graphs…