archives

« Bugzilla Issues Index

#187 — 13.2: extra left brace


13.2 Creating Function Objects

Step 17 says:
Property Descriptor {[[Value]]: F, { [[Writable]]: true, ...
and step 18 says:
Property Descriptor {[[Value]]: proto, { [[Writable]]: true, ...

In each case, delete the second "{".


corrected in working draft