[[Writable]] is specified in defining getter / setter

# Yusuke Suzuki (13 years ago)

Hello,

I think I found a issue of current draft.

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, is it right? If it is a issue, I'll file this to bugs.ecmascript.org.

, Yusuke Suzuki

# Allen Wirfs-Brock (13 years ago)

Yes, you are correct. Please file the bug.

Thanks for ready the spec. so carefully.