archives

« Bugzilla Issues Index

#562 — 13.5.2: simplify logic


In 13.5.2 "[[Construct]]",
step 3 and 4 say:
3. If Type(proto) is Object, ...
4. If Type(proto) is not Object, ...

In step 4, you could change
"If Type(proto) is not Object"
to just
"Else"


corrected in editor's draft


fixed in rev10, Sept. 27 2012 draft