(topLevelType, nativeEvent)
| 5915 | } |
| 5916 | |
| 5917 | function dispatchInteractiveEvent(topLevelType, nativeEvent) { |
| 5918 | interactiveUpdates(dispatchEvent, topLevelType, nativeEvent); |
| 5919 | } |
| 5920 | |
| 5921 | function dispatchEvent(topLevelType, nativeEvent) { |
| 5922 | if (!_enabled) { |
nothing calls this directly
no test coverage detected