Lines Matching refs:accumulate
9527 var previous = nil, accumulate = [];
9530 if (accumulate.length > 0) {
9531 yielder.$yield(previous, accumulate)
9540 accumulate = [];
9544 accumulate.push(value);
9547 accumulate = [value];
10887 var accumulate;
10893 if (accumulate == null) {
10894 accumulate = [];
10898 accumulate.push(element);
10899 yielder.$yield(accumulate);
10900 accumulate = null;
10902 accumulate.push(element)
10908 if (accumulate != null) {
10909 yielder.$yield(accumulate);