(topLevelType, nativeEvent)
| 6053 | } |
| 6054 | |
| 6055 | function dispatchInteractiveEvent(topLevelType, nativeEvent) { |
| 6056 | interactiveUpdates(dispatchEvent, topLevelType, nativeEvent); |
| 6057 | } |
| 6058 | |
| 6059 | function dispatchEvent(topLevelType, nativeEvent) { |
| 6060 | if (!_enabled) { |
nothing calls this directly
no test coverage detected