(text)
| 4397 | } |
| 4398 | |
| 4399 | function createTextNode (text) { |
| 4400 | return document.createTextNode(text) |
| 4401 | } |
| 4402 | |
| 4403 | function createComment (text) { |
| 4404 | return document.createComment(text) |
nothing calls this directly
no outgoing calls
no test coverage detected