(event)
| 4592 | } |
| 4593 | |
| 4594 | function runEventInBatch(event) { |
| 4595 | runEventsInBatch(event, false); |
| 4596 | } |
| 4597 | |
| 4598 | function getInstIfValueChanged(targetInst) { |
| 4599 | var targetNode = getNodeFromInstance$1(targetInst); |
nothing calls this directly
no test coverage detected