(events)
| 2981 | } |
| 2982 | |
| 2983 | function accumulateTwoPhaseDispatches(events) { |
| 2984 | forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle); |
| 2985 | } |
| 2986 | |
| 2987 | function accumulateTwoPhaseDispatchesSkipTarget(events) { |
| 2988 | forEachAccumulated(events, accumulateTwoPhaseDispatchesSingleSkipTarget); |
no test coverage detected