(parentInstance, child)
| 7682 | textInstance.nodeValue = newText; |
| 7683 | } |
| 7684 | function appendChild(parentInstance, child) { |
| 7685 | parentInstance.appendChild(child); |
| 7686 | } |
| 7687 | function appendChildToContainer(container, child) { |
| 7688 | var parentNode; |
| 7689 |
no outgoing calls
no test coverage detected