(text)
| 4393 | } |
| 4394 | |
| 4395 | function createTextNode (text) { |
| 4396 | return document.createTextNode(text) |
| 4397 | } |
| 4398 | |
| 4399 | function createComment (text) { |
| 4400 | return document.createComment(text) |
nothing calls this directly
no outgoing calls
no test coverage detected