(events)
| 1963 | } |
| 1964 | |
| 1965 | function accumulateTwoPhaseDispatches(events) { |
| 1966 | forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle); |
| 1967 | } |
| 1968 | |
| 1969 | function accumulateTwoPhaseDispatchesSkipTarget(events) { |
| 1970 | forEachAccumulated(events, accumulateTwoPhaseDispatchesSingleSkipTarget); |
no test coverage detected