archives

« Bugzilla Issues Index

#3274 — 12.14.5.3: 'lref' not defined


In 12.14.5.3 "Runtime Semantics: IteratorDestructuringAssignmentEvaluation",
in the last group,
step 4.c.i says:
Return PutValue(lref, A).
but 'lref' is not necessarily defined at that point.

(Should step 1 have an 'Else' clause that also defines 'lref'?)


fixed in rev28 editor's draft

it turned out that there were much more substantive issues that had to be fixed


fixed in rev28