Searched refs:mpos (Results 1 – 2 of 2) sorted by relevance
580 int mpos = reg->match(s, pos, &ovector); in stringProtoFuncSplit() local581 if (mpos < 0) in stringProtoFuncSplit()584 pos = mpos + (mlen == 0 ? 1 : mlen); in stringProtoFuncSplit()585 if (mpos != p0 || mlen) { in stringProtoFuncSplit()586 result->put(exec, i++, jsSubstring(exec, s, p0, mpos - p0)); in stringProtoFuncSplit()587 p0 = mpos + mlen; in stringProtoFuncSplit()
14314 impossible 6mpos@bl