(textInstance, oldText, newText)
| 11063 | setTextContent(domElement, ''); |
| 11064 | } |
| 11065 | function commitTextUpdate(textInstance, oldText, newText) { |
| 11066 | textInstance.nodeValue = newText; |
| 11067 | } |
| 11068 | function appendChild(parentInstance, child) { |
| 11069 | parentInstance.appendChild(child); |
| 11070 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…