Home | History | Annotate | Download | only in parse-only

Lines Matching refs:slices

611     var index = -number, slices = [], array = this.toArray();
614 slices.push(array.slice(index, index+number));
615 return slices.collect(iterator, context);