Clear bug in 15.10.6.2 step 17
# Allen Wirfs-Brock (16 years ago)
Yes, arguably that step isn't needed at all because step 20.b implicitly sets the length
Yes, arguably that step isn't needed at all because step 20.b implicitly sets the length
Yes, arguably that step isn't needed at all because step 20.b implicitly sets the length >-----Original Message----- >From: es-discuss-bounces at mozilla.org [mailto:es-discuss- >bounces at mozilla.org] On Behalf Of Jeff Walden >Sent: Monday, September 21, 2009 2:32 PM >To: es-discuss at mozilla.org >Subject: Clear bug in 15.10.6.2 step 17 > >17. 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. > >Jeff >_______________________________________________ >es-discuss mailing list >es-discuss at mozilla.org >https://mail.mozilla.org/listinfo/es-discuss
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.