Home | History | Annotate | Download | only in runtime

Lines Matching refs:matchLength

590     int matchLength = 0;
591 regExpConstructor->performMatch(reg.get(), u, 0, pos, matchLength);
603 list.append(jsSubstring(exec, u, pos, matchLength));
605 pos += matchLength == 0 ? 1 : matchLength;
606 regExpConstructor->performMatch(reg.get(), u, pos, pos, matchLength);
640 int matchLength = 0;
641 regExpConstructor->performMatch(reg.get(), u, 0, pos, matchLength);