Lines Matching refs:lastIndex
160 regexp.lastIndex = 0;
172 var lastIndex = this.lastIndex;
176 var i = TO_INTEGER(lastIndex);
181 this.lastIndex = 0;
188 %_Log('regexp', 'regexp-exec,%0r,%1S,%2i', [this, string, lastIndex]);
193 this.lastIndex = 0;
200 this.lastIndex = lastMatchInfo[CAPTURE1];
221 var lastIndex = this.lastIndex;
225 var i = TO_INTEGER(lastIndex);
229 this.lastIndex = 0;
232 %_Log('regexp', 'regexp-exec,%0r,%1S,%2i', [this, string, lastIndex]);
236 this.lastIndex = 0;
240 this.lastIndex = lastMatchInfo[CAPTURE1];
253 %_Log('regexp', 'regexp-exec,%0r,%1S,%2i', [regexp, string, lastIndex]);
257 this.lastIndex = 0;