archives

« Bugzilla Issues Index

#385 — 12.6.4: missing [[ ]]


In 12.6.4 "The for-in and for-of Statements",
under "Runtime Semantics: Labelled Evaluation",
in the "abstraction operation For In/Of Expression Evaluation",
step 3.b says:
"Else, return Completion{type: break, value: undefined, target: empty}."

The double-square-brackets are missing around 'type', 'value', and 'target'.

Similarly in step 4 and step 8.c.


fixed in "Rev 8", June 12,2012 draft