(event)
| 3952 | } |
| 3953 | |
| 3954 | function runEventInBatch(event) { |
| 3955 | runEventsInBatch(event, false); |
| 3956 | } |
| 3957 | |
| 3958 | function getInstIfValueChanged(targetInst) { |
| 3959 | var targetNode = getNodeFromInstance$1(targetInst); |
nothing calls this directly
no test coverage detected