// Sort the object's values by a criterion produced by an iterator.... index: index,
criteria: iterator(value, index, list)
};
}).sort... -1;
}
return left.index - right.index;
}), 'value');
};
// Sort... index: index,
criteria: iterator(value, index, list)
};
}).sort... criteria: iterator.call(context, value, index, list)
}
}).sort