Home | History | Annotate | Download | only in docs

Lines Matching refs:matches

239       pattern += '|^)\\s*$';  // matches at end, and matches empty string
420 // The below pattern matches one of the following
445 var matches = s.match(pr_chunkPattern);
449 if (matches) {
450 for (var i = 0, n = matches.length; i < n; ++i) {
451 var match = matches[i];
472 var name2 = matches[j].match(pr_tagNameRe);
483 sourceBufLen, matches.slice(i, j + 1).join(''));
525 * Pattern must only match prefixes, and if it matches a prefix and context
526 * is null or matches the last non-comment token parsed, then that match is
533 * character, gurantee that this pattern and only this pattern matches.