Home | History | Annotate | Download | only in runtime

Lines Matching defs:matchStart

347                     int matchStart = ovector[i * 2];
348 int matchLen = ovector[i * 2 + 1] - matchStart;
350 if (matchStart < 0)
353 cachedCall.setArgument(i, jsSubstring(exec, source, matchStart, matchLen));
394 int matchStart = ovector[i * 2];
395 int matchLen = ovector[i * 2 + 1] - matchStart;
397 if (matchStart < 0)
400 args.append(jsSubstring(exec, source, matchStart, matchLen));