(event)
| 4970 | } |
| 4971 | |
| 4972 | function runEventInBatch(event) { |
| 4973 | runEventsInBatch(event, false); |
| 4974 | } |
| 4975 | |
| 4976 | function getInstIfValueChanged(targetInst) { |
| 4977 | var targetNode = getNodeFromInstance$1(targetInst); |
nothing calls this directly
no test coverage detected