(finishedRoot, current, renderPriorityLevel)
| 20629 | } |
| 20630 | |
| 20631 | function commitDeletion(finishedRoot, current, renderPriorityLevel) { |
| 20632 | { |
| 20633 | // Recursively delete all host nodes from the parent. |
| 20634 | // Detach refs and call componentWillUnmount() on the whole subtree. |
| 20635 | unmountHostComponents(finishedRoot, current, renderPriorityLevel); |
| 20636 | } |
| 20637 | |
| 20638 | detachFiber(current); |
| 20639 | } |
| 20640 | |
| 20641 | function commitWork(current, finishedWork) { |
| 20642 |
no test coverage detected