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