archives

« Bugzilla Issues Index

#2329 — 13.7, 13.8, 13.12: Missing updates after IdentifierReference -> UnresolvedIdentifier change


13.7 The continue Statement:
- still uses IdentifierReference in Syntax and Early Errors section


13.8 The break Statement:
- in Syntax section, BreakStatement still has a [Yield] parameter


13.12 Labelled Statements:
- still uses IdentifierReference and "yield" in Early Errors, VarDeclaredNames, LabelledEvaluation and Evaluation section


fixed in rev23 editor's draft

Refactored identifier productions yet agian and now have LabelIdentifier.

break/continue/LabelledStatement all new a [Yield] parameter because Yield is a valid label in non-strict non-generator functions.


fixed in rev23 draft