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

2012-06-24 Thread Allen Wirfs-Brock
Yes, you are correct. Please file the bug. Thanks for ready the spec. so carefully. Allen On Jun 24, 2012, at 1:10 PM, Yusuke Suzuki wrote: > Hello, > > I think I found a issue of current draft. > > In current draft, 13.3 Runtime Semantics: Property Definition Evaluation, > getter and setter

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

2012-06-24 Thread Yusuke Suzuki
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, [