(events)
| 2777 | } |
| 2778 | |
| 2779 | function accumulateDirectDispatches(events) { |
| 2780 | forEachAccumulated(events, accumulateDirectDispatchesSingle); |
| 2781 | } |
| 2782 | |
| 2783 | var EventPropagators = Object.freeze({ |
| 2784 | accumulateTwoPhaseDispatches: accumulateTwoPhaseDispatches, |
nothing calls this directly
no test coverage detected