(events)
| 2103 | } |
| 2104 | |
| 2105 | function accumulateDirectDispatches(events) { |
| 2106 | forEachAccumulated(events, accumulateDirectDispatchesSingle); |
| 2107 | } |
| 2108 | |
| 2109 | var EventPropagators = Object.freeze({ |
| 2110 | accumulateTwoPhaseDispatches: accumulateTwoPhaseDispatches, |
nothing calls this directly
no test coverage detected