Lines Matching refs:LENGTH
22157 var LENGTH = 'length';
22161 'test'[$SPLIT](/(?:)/, -1)[LENGTH] != 4 ||
22162 'ab'[$SPLIT](/(?:ab)*/)[LENGTH] != 2 ||
22163 '.'[$SPLIT](/(.?)(.?)/)[LENGTH] != 4 ||
22164 '.'[$SPLIT](/()()/)[LENGTH] > 1 ||
22165 ''[$SPLIT](/.?/)[LENGTH]
22188 lastIndex = match.index + match[0][LENGTH];
22193 if (!NPCG && match[LENGTH] > 1) match[0].replace(separator2, function () {
22194 … for (i = 1; i < arguments[LENGTH] - 2; i++) if (arguments[i] === undefined) match[i] = undefined;
22196 … if (match[LENGTH] > 1 && match.index < string[LENGTH]) $push.apply(output, match.slice(1));
22197 lastLength = match[0][LENGTH];
22199 if (output[LENGTH] >= splitLimit) break;
22203 if (lastLastIndex === string[LENGTH]) {
22206 return output[LENGTH] > splitLimit ? output.slice(0, splitLimit) : output;
22209 } else if ('0'[$SPLIT](undefined, 0)[LENGTH]) {