(event)
| 4754 | } |
| 4755 | |
| 4756 | function runEventInBatch(event) { |
| 4757 | runEventsInBatch(event, false); |
| 4758 | } |
| 4759 | |
| 4760 | function getInstIfValueChanged(targetInst) { |
| 4761 | var targetNode = getNodeFromInstance$1(targetInst); |
nothing calls this directly
no test coverage detected