Clear bug in 15.10.6.2 step 17

# Jeff Walden (16 years ago)
  1. Call the [[DefineOwnProperty]] internal method of A with arguments "length", Property Descriptor {[[Value]]: n + 1, [[Writable]: true, [[Enumerable]]: true, [[Configurable]]: true}, and true.

This is attempting to define an enumerable, configurable length property on an array, which will throw an exception trying to change the configurability of a non-configurable property.

# Allen Wirfs-Brock (16 years ago)

Yes, arguably that step isn't needed at all because step 20.b implicitly sets the length