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

  /external/v8/src/
macros.py 141 macro NUMBER_OF_CAPTURES(array) = ((array)[0]);
regexp.js 122 var numResults = NUMBER_OF_CAPTURES(lastMatchInfo) >> 1;
317 var length = NUMBER_OF_CAPTURES(lastMatchInfo);
372 if (index >= NUMBER_OF_CAPTURES(lastMatchInfo)) return '';
string.js 254 var m = NUMBER_OF_CAPTURES(matchInfo) >> 1; // Includes the match.
387 if (NUMBER_OF_CAPTURES(lastMatchInfo) == 2) {
441 var m = NUMBER_OF_CAPTURES(matchInfo) >> 1;
592 var matchinfo_len = NUMBER_OF_CAPTURES(matchInfo) + REGEXP_FIRST_CAPTURE;

Completed in 24 milliseconds