(events)
| 2868 | } |
| 2869 | |
| 2870 | function accumulateTwoPhaseDispatches(events) { |
| 2871 | forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle); |
| 2872 | } |
| 2873 | |
| 2874 | function accumulateTwoPhaseDispatchesSkipTarget(events) { |
| 2875 | forEachAccumulated(events, accumulateTwoPhaseDispatchesSingleSkipTarget); |
no test coverage detected