(events)
| 2742 | } |
| 2743 | |
| 2744 | function accumulateDirectDispatches(events) { |
| 2745 | forEachAccumulated(events, accumulateDirectDispatchesSingle); |
| 2746 | } |
| 2747 | |
| 2748 | var EventPropagators = Object.freeze({ |
| 2749 | accumulateTwoPhaseDispatches: accumulateTwoPhaseDispatches, |
nothing calls this directly
no test coverage detected