(domElement, type, oldProps, newProps)
| 37750 | } |
| 37751 | } |
| 37752 | function commitUpdate(domElement, type, oldProps, newProps) { |
| 37753 | updateProperties(domElement, type, oldProps, newProps); |
| 37754 | domElement[internalPropsKey] = newProps; |
| 37755 | } |
| 37756 | function resetTextContent(domElement) { |
| 37757 | setTextContent(domElement, ""); |
| 37758 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…