(parentInstance, child)
| 11293 | } |
| 11294 | } |
| 11295 | function removeChild(parentInstance, child) { |
| 11296 | parentInstance.removeChild(child); |
| 11297 | } |
| 11298 | function removeChildFromContainer(container, child) { |
| 11299 | if (container.nodeType === COMMENT_NODE) { |
| 11300 | container.parentNode.removeChild(child); |
no outgoing calls
no test coverage detected