(nativeEvent)
| 5520 | (activeElementInst$1 = activeElement$1 = null)); |
| 5521 | } |
| 5522 | function handlePropertyChange(nativeEvent) { |
| 5523 | if ( |
| 5524 | "value" === nativeEvent.propertyName && |
| 5525 | getInstIfValueChanged(activeElementInst$1) |
| 5526 | ) { |
| 5527 | var dispatchQueue = []; |
| 5528 | createAndAccumulateChangeEvent( |
| 5529 | dispatchQueue, |
| 5530 | activeElementInst$1, |
| 5531 | nativeEvent, |
| 5532 | getEventTarget(nativeEvent) |
| 5533 | ); |
| 5534 | batchedUpdates$1(runEventInBatch, dispatchQueue); |
| 5535 | } |
| 5536 | } |
| 5537 | function handleEventsForInputEventPolyfill(domEventName, target, targetInst) { |
| 5538 | "focusin" === domEventName |
| 5539 | ? (stopWatchingForValueChange(), |
nothing calls this directly
no test coverage detected
searching dependent graphs…