(node, text)
| 4427 | } |
| 4428 | |
| 4429 | function setTextContent (node, text) { |
| 4430 | node.textContent = text; |
| 4431 | } |
| 4432 | |
| 4433 | function setAttribute (node, key, val) { |
| 4434 | node.setAttribute(key, val); |
nothing calls this directly
no outgoing calls
no test coverage detected