(topLevelType, nativeEvent)
| 5950 | } |
| 5951 | |
| 5952 | function dispatchInteractiveEvent(topLevelType, nativeEvent) { |
| 5953 | interactiveUpdates(dispatchEvent, topLevelType, nativeEvent); |
| 5954 | } |
| 5955 | |
| 5956 | function dispatchEvent(topLevelType, nativeEvent) { |
| 5957 | if (!_enabled) { |
nothing calls this directly
no test coverage detected