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

Lines Matching refs:slices

8990     var index = -number, slices = [], array = this.toArray();
8993 slices.push(array.slice(index, index+number));
8994 return slices.collect(iterator, context);