archives

« Bugzilla Issues Index

#416 — [[Writable]] is specified in defining getter / setter


See https://mail.mozilla.org/pipermail/es-discuss/2012-June/023700.html

In current draft, 13.3 Runtime Semantics: Property Definition Evaluation, getter and setter, step 9,

9. Let desc be the Property Descriptor{[[Set]]: closure, [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: true}

In both desc, [[Writable]] property is specified. But because they are getter and setter, we should not specify [[Writable]] property.


fixed in editor's draft


fixed in rev10, Sept. 27 2012 draft