« Bugzilla Issues Index
#1865 — 11.13.3.2, Runtime Semantics: Destructuring Assignment Evaluation: Missing update to new destructuring rules
- bug_id:
1865
- creation_ts:
2013-08-30 03:43:00 -0700
- short_desc:
11.13.3.2, Runtime Semantics: Destructuring Assignment Evaluation: Missing update to new destructuring rules
- delta_ts:
2013-10-01 09:33:24 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 17: August 23, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
WONTFIX
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
5274
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-08-30 03:43:40 -0700
11.13.3.2, Runtime Semantics: Destructuring Assignment Evaluation.
AssignmentProperty : Identifier Initialiser{opt}
Algorithm was not updated to use the new destructuring rules w.r.t. missing properties.
- commentid:
5771
- comment_count:
1
- who:
André Bargull
- bug_when:
2013-10-01 09:33:24 -0700
The "new destructuring rules" have been reverted in rev19 - it's no longer required to have an initialiser when a property is not present.