« Bugzilla Issues Index
#2324 — 9.2.10: No get/set prefix for accessor property for empty string
- bug_id:
2324
- creation_ts:
2013-11-20 05:27:00 -0800
- short_desc:
9.2.10: No get/set prefix for accessor property for empty string
- delta_ts:
2014-07-19 18:28:19 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 21: November 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
6845
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-11-20 05:27:02 -0800
9.2.10 SetFunctionName Abstract Operation, step 4:
The get/set prefix is not prepended for accessor properties for the empty string. It's unclear whether the newly added sub-condition `name is not the empty string` should also apply in this case or only for symbol-keyed properties without a [[Description]] field.
Example:
The function name for the getter in `({get ""(){}})` will not be set to "get " but instead to "".
- commentid:
9227
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-16 16:18:04 -0700
fixed in rev26 editor's draft.
The names of such properties is now "get " or "set "
- commentid:
9382
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-19 18:28:19 -0700
fixed in rev26