lengthV.isArray()
? ((ArrayValue) lengthV).values().iterator()
: null;
if (subjectV.isArray()) {
ArrayValue resultArray = new ArrayValueImpl();
ArrayValue subjectArray = (ArrayValue) subjectV;
for (Value value : subjectArray.values()) {
if (lengthIterator != null && lengthIterator.hasNext())
length = lengthIterator.next().toInt();
if (startIterator != null && startIterator.hasNext())