archives

« Bugzilla Issues Index

#2232 — 19.2.1.1: missing left paren


In 19.2.1.1 "Function (p1, p2, … , pn, body)",
step 21 says:
Let status be the result of MakeConstructor F).

At the very least, change the space before "F" to a "(".

But for consistency with other invocations of MakeConstructor,
change the step to:
Perform the abstract operation MakeConstructor with argument F.


fixed in rev22 editor's draft


fixed in Rev22 (January 20, 2013) release