(parentInstance, child)
| 7721 | } |
| 7722 | } |
| 7723 | function removeChild(parentInstance, child) { |
| 7724 | parentInstance.removeChild(child); |
| 7725 | } |
| 7726 | function removeChildFromContainer(container, child) { |
| 7727 | if (container.nodeType === COMMENT_NODE) { |
| 7728 | container.parentNode.removeChild(child); |
no outgoing calls
no test coverage detected