(event)
| 4043 | } |
| 4044 | |
| 4045 | function runEventInBatch(event) { |
| 4046 | runEventsInBatch(event, false); |
| 4047 | } |
| 4048 | |
| 4049 | function getInstIfValueChanged(targetInst) { |
| 4050 | var targetNode = getNodeFromInstance$1(targetInst); |
nothing calls this directly
no test coverage detected