(topLevelType, eventSystemFlags, container, nativeEvent)
| 4292 | } |
| 4293 | |
| 4294 | function dispatchUserBlockingUpdate(topLevelType, eventSystemFlags, container, nativeEvent) { |
| 4295 | runWithPriority(UserBlockingPriority, dispatchEvent.bind(null, topLevelType, eventSystemFlags, container, nativeEvent)); |
| 4296 | } |
| 4297 | |
| 4298 | function dispatchEvent(topLevelType, eventSystemFlags, container, nativeEvent) { |
| 4299 | if (!_enabled) { |
nothing calls this directly
no outgoing calls
no test coverage detected