(event)
| 4857 | } |
| 4858 | |
| 4859 | function runEventInBatch(event) { |
| 4860 | runEventsInBatch(event, false); |
| 4861 | } |
| 4862 | |
| 4863 | function getInstIfValueChanged(targetInst) { |
| 4864 | var targetNode = getNodeFromInstance$1(targetInst); |
nothing calls this directly
no test coverage detected