Home | History | Annotate | Download | only in js

Lines Matching refs:CAPTURE0

145   var start = MATCHINFO[CAPTURE0];
424 if (matchInfo === null || length === (startMatch = matchInfo[CAPTURE0])) {
670 var index = matchInfo[CAPTURE0];
720 return %_SubString(subject, 0, match[CAPTURE0]) +
724 %_SubString(subject, 0, match[CAPTURE0])) +
965 RegExpLastMatchInfo[CAPTURE0],
989 start_index = RegExpLastMatchInfo[CAPTURE0];