Lines Matching refs:LENGTH
14 var LENGTH = 'length'; variable
26 'test'[$SPLIT](/(?:)/, -1)[LENGTH] != 4 ||
27 'ab'[$SPLIT](/(?:ab)*/)[LENGTH] != 2 ||
28 '.'[$SPLIT](/(.?)(.?)/)[LENGTH] != 4 ||
29 '.'[$SPLIT](/()()/)[LENGTH] > 1 ||
30 ''[$SPLIT](/.?/)[LENGTH]
52 … if (match[LENGTH] > 1 && match.index < string[LENGTH]) $push.apply(output, match.slice(1));
53 lastLength = match[0][LENGTH];
55 if (output[LENGTH] >= splitLimit) break;
59 if (lastLastIndex === string[LENGTH]) {
62 return output[LENGTH] > splitLimit ? output.slice(0, splitLimit) : output;
65 } else if ('0'[$SPLIT](undefined, 0)[LENGTH]) {