archives

« Bugzilla Issues Index

#203 — 13.2: extra left brace


+++ This bug was initially created as a clone of Bug #187 +++

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 "{".


should go into ES5.1 errata


Fixed in ES2015.