(firstChild)
| 24947 | } |
| 24948 | |
| 24949 | function commitPassiveUnmountEffects(firstChild) { |
| 24950 | nextEffect = firstChild; |
| 24951 | commitPassiveUnmountEffects_begin(); |
| 24952 | } |
| 24953 | |
| 24954 | function commitPassiveUnmountEffects_begin() { |
| 24955 | while (nextEffect !== null) { |
no test coverage detected
searching dependent graphs…