(events)
| 2730 | } |
| 2731 | |
| 2732 | function accumulateTwoPhaseDispatches(events) { |
| 2733 | forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle); |
| 2734 | } |
| 2735 | |
| 2736 | function accumulateTwoPhaseDispatchesSkipTarget(events) { |
| 2737 | forEachAccumulated(events, accumulateTwoPhaseDispatchesSingleSkipTarget); |
no test coverage detected