A specialized RangeError used when an index is not in the range 0..indexable.length-1.
A specialized RangeError used when an index is not in the range
0..indexable.length-1
.
Also contains the indexable object, its length at the time of the error, and the invalid index itself.