(events)
| 2880 | } |
| 2881 | |
| 2882 | function accumulateDirectDispatches(events) { |
| 2883 | forEachAccumulated(events, accumulateDirectDispatchesSingle); |
| 2884 | } |
| 2885 | |
| 2886 | var EventPropagators = Object.freeze({ |
| 2887 | accumulateTwoPhaseDispatches: accumulateTwoPhaseDispatches, |
nothing calls this directly
no test coverage detected