archives

« Bugzilla Issues Index

#300 — 11.1.5.1: misplaced "*" in production


In 11.1.5.1 [Object Initialiser] Static Semantics,
under "Early Errors",
there is the production:
* PropertyAssignment : PropertyName ( FormalParameterList ) { FunctionBody }

which should be
PropertyAssignment : * PropertyName ( FormalParameterList ) { FunctionBody }


corrected in May 4 2012 draft

and moved to 13.3