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