(parentInstance, child, beforeChild)
| 7711 | } |
| 7712 | } |
| 7713 | function insertBefore(parentInstance, child, beforeChild) { |
| 7714 | parentInstance.insertBefore(child, beforeChild); |
| 7715 | } |
| 7716 | function insertInContainerBefore(container, child, beforeChild) { |
| 7717 | if (container.nodeType === COMMENT_NODE) { |
| 7718 | container.parentNode.insertBefore(child, beforeChild); |
no outgoing calls
no test coverage detected