Home | History | Annotate | Download | only in runtime

Lines Matching refs:matchLength

620     int matchLength = 0;
621 regExpConstructor->performMatch(reg.get(), s, 0, pos, matchLength);
633 list.append(jsSubstring(exec, s, pos, matchLength));
635 pos += matchLength == 0 ? 1 : matchLength;
636 regExpConstructor->performMatch(reg.get(), s, pos, pos, matchLength);
670 int matchLength = 0;
671 regExpConstructor->performMatch(reg.get(), s, 0, pos, matchLength);