Lines Matching refs:lastIndex
160 if (REGEXP_STICKY(regexp)) regexp.lastIndex = matchInfo[CAPTURE1];
163 regexp.lastIndex = 0;
175 var lastIndex = this.lastIndex;
179 var i = TO_LENGTH_OR_INTEGER(lastIndex);
184 this.lastIndex = 0;
195 this.lastIndex = 0;
201 this.lastIndex = RegExpLastMatchInfo[CAPTURE1];
222 var lastIndex = this.lastIndex;
226 var i = TO_LENGTH_OR_INTEGER(lastIndex);
230 this.lastIndex = 0;
236 this.lastIndex = 0;
239 this.lastIndex = RegExpLastMatchInfo[CAPTURE1];
257 this.lastIndex = 0;
379 this.lastIndex = 0;