(topLevelType, nativeEvent)
| 5245 | } |
| 5246 | |
| 5247 | function dispatchInteractiveEvent(topLevelType, nativeEvent) { |
| 5248 | interactiveUpdates(dispatchEvent, topLevelType, nativeEvent); |
| 5249 | } |
| 5250 | |
| 5251 | function dispatchEvent(topLevelType, nativeEvent) { |
| 5252 | if (!_enabled) { |
nothing calls this directly
no test coverage detected