(event)
| 4812 | } |
| 4813 | |
| 4814 | function runEventInBatch(event) { |
| 4815 | runEventsInBatch(event, false); |
| 4816 | } |
| 4817 | |
| 4818 | function getInstIfValueChanged(targetInst) { |
| 4819 | var targetNode = getNodeFromInstance$1(targetInst); |
nothing calls this directly
no test coverage detected