(event)
| 4080 | } |
| 4081 | |
| 4082 | function runEventInBatch(event) { |
| 4083 | runEventsInBatch(event, false); |
| 4084 | } |
| 4085 | |
| 4086 | function getInstIfValueChanged(targetInst) { |
| 4087 | var targetNode = getNodeFromInstance$1(targetInst); |
nothing calls this directly
no test coverage detected