Lines Matching refs:possibleLengths
3486 // There should always be "possibleLengths" set for every element. This is
3490 // same possibleLengths as the parent, this is missing, so we fall back to
3494 var possibleLengths = descForType.possibleLengthCount() == 0 ?
3514 // array, it doesn't edit possibleLengths in place, so we don't need a
3520 possibleLengths = possibleLengths.concat(
3527 possibleLengths.sort();
3541 if (possibleLengths[0] == -1) {
3552 var minimumLength = possibleLengths[0];
3557 } else if (possibleLengths[possibleLengths.length - 1] < actualLength) {
3561 return (possibleLengths.indexOf(actualLength, 1) > -1) ?