HomeSort by relevance Sort by last modified time
    Searched refs:CAPTURE0 (Results 1 - 3 of 3) sorted by null

  /external/v8/src/js/
regexp.js 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];
    [all...]
string.js 228 reusableMatchInfo[CAPTURE0] = start;
263 %_SubString(subject, matchInfo[CAPTURE0], matchInfo[CAPTURE1]);
266 result += %_SubString(subject, 0, matchInfo[CAPTURE0]);
macros.py 164 define CAPTURE0 = 3;

Completed in 7329 milliseconds