Lines Matching full:lastindex
178 var lastIndex = this.lastIndex;
182 var i = TO_INTEGER(lastIndex);
187 this.lastIndex = 0;
194 %_Log('regexp', 'regexp-exec,%0r,%1S,%2i', [this, string, lastIndex]);
199 if (global) this.lastIndex = 0;
206 this.lastIndex = lastMatchInfo[CAPTURE1];
227 var lastIndex = this.lastIndex;
231 var i = TO_INTEGER(lastIndex);
235 this.lastIndex = 0;
238 %_Log('regexp', 'regexp-exec,%0r,%1S,%2i', [this, string, lastIndex]);
242 this.lastIndex = 0;
246 this.lastIndex = lastMatchInfo[CAPTURE1];
259 %_Log('regexp', 'regexp-exec,%0r,%1S,%2i', [regexp, string, lastIndex]);