(event)
| 9236 | } |
| 9237 | |
| 9238 | function runEventInBatch(event) { |
| 9239 | runEventsInBatch(event); |
| 9240 | } |
| 9241 | |
| 9242 | function getInstIfValueChanged(targetInst) { |
| 9243 | var targetNode = getNodeFromInstance$1(targetInst); |
nothing calls this directly
no test coverage detected