Lines Matching refs:LENGTH
6394 var LENGTH = 'length';
6406 'test'[$SPLIT](/(?:)/, -1)[LENGTH] != 4 ||
6407 'ab'[$SPLIT](/(?:ab)*/)[LENGTH] != 2 ||
6408 '.'[$SPLIT](/(.?)(.?)/)[LENGTH] != 4 ||
6409 '.'[$SPLIT](/()()/)[LENGTH] > 1 ||
6410 ''[$SPLIT](/.?/)[LENGTH]
6432 … if (match[LENGTH] > 1 && match.index < string[LENGTH]) $push.apply(output, match.slice(1));
6433 lastLength = match[0][LENGTH];
6435 if (output[LENGTH] >= splitLimit) break;
6439 if (lastLastIndex === string[LENGTH]) {
6442 return output[LENGTH] > splitLimit ? output.slice(0, splitLimit) : output;
6445 } else if ('0'[$SPLIT](undefined, 0)[LENGTH]) {