archives

« Bugzilla Issues Index

#3455 — 12.14.5.3 IteratorDestructuringAssignmentEvaluation: Unnecessary ReturnIfAbrupt


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.


fixed in rev30 editor's draft


fixed in rev30