archives

« Bugzilla Issues Index

#1188 — 11.2 missing production new super Arguments


The rev 13 grammar correctly parse:

new super.foo()

but will not parse

new super()

This is particularly apparent where the method names is "constructor" instead of "foo".

The grammar needs the production and semantics for:

MemberExpression : "new" "super" Arguments


fixed in rev 14 editor's draft


in Rev 14 draft