(node, child)
| 4403 | } |
| 4404 | |
| 4405 | function removeChild (node, child) { |
| 4406 | node.removeChild(child); |
| 4407 | } |
| 4408 | |
| 4409 | function appendChild (node, child) { |
| 4410 | node.appendChild(child); |
nothing calls this directly
no outgoing calls
no test coverage detected