(topLevelType, nativeEvent)
| 5276 | } |
| 5277 | |
| 5278 | function dispatchInteractiveEvent(topLevelType, nativeEvent) { |
| 5279 | interactiveUpdates(dispatchEvent, topLevelType, nativeEvent); |
| 5280 | } |
| 5281 | |
| 5282 | function dispatchEvent(topLevelType, nativeEvent) { |
| 5283 | if (!_enabled) { |
nothing calls this directly
no test coverage detected