Home | History | Annotate | Download | only in front-end

Lines Matching defs:insertIndex

432         var insertIndex = chunkNumber + 1;
437 this._textChunks.splice(insertIndex++, 0, prefixChunk);
443 this._textChunks.splice(insertIndex++, 0, lineChunk);
449 this._textChunks.splice(insertIndex, 0, suffixChunk);