(blockedOn, topLevelType, eventSystemFlags, container, nativeEvent)
| 7419 | } |
| 7420 | |
| 7421 | function queueDiscreteEvent(blockedOn, topLevelType, eventSystemFlags, container, nativeEvent) { |
| 7422 | var queuedEvent = createQueuedReplayableEvent(blockedOn, topLevelType, eventSystemFlags, container, nativeEvent); |
| 7423 | queuedDiscreteEvents.push(queuedEvent); |
| 7424 | } // Resets the replaying for this type of continuous event to no event. |
| 7425 | |
| 7426 | function clearIfContinuousEvent(topLevelType, nativeEvent) { |
| 7427 | switch (topLevelType) { |
no test coverage detected