(node, child)
| 4399 | } |
| 4400 | |
| 4401 | function removeChild (node, child) { |
| 4402 | node.removeChild(child); |
| 4403 | } |
| 4404 | |
| 4405 | function appendChild (node, child) { |
| 4406 | node.appendChild(child); |
nothing calls this directly
no outgoing calls
no test coverage detected