(topLevelType, nativeEvent)
| 5148 | } |
| 5149 | |
| 5150 | function dispatchInteractiveEvent(topLevelType, nativeEvent) { |
| 5151 | interactiveUpdates(dispatchEvent, topLevelType, nativeEvent); |
| 5152 | } |
| 5153 | |
| 5154 | function dispatchEvent(topLevelType, nativeEvent) { |
| 5155 | if (!_enabled) { |
nothing calls this directly
no test coverage detected