(event)
| 4719 | } |
| 4720 | |
| 4721 | function runEventInBatch(event) { |
| 4722 | runEventsInBatch(event, false); |
| 4723 | } |
| 4724 | |
| 4725 | function getInstIfValueChanged(targetInst) { |
| 4726 | var targetNode = getNodeFromInstance$1(targetInst); |
nothing calls this directly
no test coverage detected