archives

« Bugzilla Issues Index

#1587 — 15.3.4.1 Function#length should be [[Configurable]]: true


15.3.4.1 should define Function#length as [[Configurable]]: true, but currently specifies it as false.

Relevant es-discuss thread: https://mail.mozilla.org/pipermail/es-discuss/2013-February/028881.html

Note that GeneratorFunction#length is already spec'd as [[Configurable]]: true.


fixed in rev17 editor's draft.

Note that FunctionInitialize had already been changed to set configurable to false for length.


fixed in rev17, August 23, 2013 draft