« Bugzilla Issues Index
#3455 — 12.14.5.3 IteratorDestructuringAssignmentEvaluation: Unnecessary ReturnIfAbrupt
- bug_id:
3455
- creation_ts:
2014-12-17 12:23:00 -0800
- short_desc:
12.14.5.3 IteratorDestructuringAssignmentEvaluation: Unnecessary ReturnIfAbrupt
- delta_ts:
2014-12-23 20:23:26 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 29: December 06, 2014 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:
11057
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-12-17 12:23:52 -0800
12.14.5.3 Runtime Semantics: IteratorDestructuringAssignmentEvaluation
AssignmentRestElement[Yield] : ... DestructuringAssignmentTarget
Step 5.b
Abrupt completions are handled in PutValue, so the explicit ReturnIfAbrupt in step 5.b is not needed. Also the other related algorithms don't use an explicit ReturnIfAbrupt in this case.
- commentid:
11116
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-19 15:48:23 -0800
fixed in rev30 editor's draft
- commentid:
11157
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-23 20:23:26 -0800
fixed in rev30