« Bugzilla Issues Index
#416 — [[Writable]] is specified in defining getter / setter
- bug_id:
416
- creation_ts:
2012-06-24 14:14:00 -0700
- short_desc:
[[Writable]] is specified in defining getter / setter
- delta_ts:
2012-09-28 12:58:03 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 8: June 15, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Yusuke Suzuki
- assigned_to:
Allen Wirfs-Brock
- commentid:
1057
- comment_count:
0
- who:
Yusuke Suzuki
- bug_when:
2012-06-24 14:14:15 -0700
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.
- commentid:
1181
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-07-08 15:43:59 -0700
fixed in editor's draft
- commentid:
1777
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-09-28 12:58:03 -0700
fixed in rev10, Sept. 27 2012 draft