« Bugzilla Issues Index
#203 — 13.2: extra left brace
  
  
  - bug_id:
    203
  
 
  
  
  - creation_ts:
    2011-08-30 11:27:00 -0700
  
 
  
  
  - short_desc:
    13.2: extra left brace
  
 
  
  
  - delta_ts:
    2015-10-02 13:26:16 -0700
  
 
  
  
  - product:
    ECMA-262, Editions 5 and 5.1
  
 
  
  
  - component:
    editorial issues
  
 
  
  
  - version:
    Edition 5.1
  
 
  
  
  - rep_platform:
    All
  
 
  
  
  - op_sys:
    All
  
 
  
  
  - bug_status:
    RESOLVED
  
 
  
  
  - resolution:
    FIXED
  
 
  
  
  - priority:
    Normal
  
 
  
  
  - bug_severity:
    minor
  
 
  
  
  - dependson:
    187
  
 
  
  
  - everconfirmed:
    true
  
 
  
  
  - reporter:
    Allen Wirfs-Brock
  
 
  
  
  - assigned_to:
    Allen Wirfs-Brock
  
 
  
  
  - cc:
    ["brterlso", "jmdyck", "kennyluck"]
  
 
  
  
  
  
  - commentid:
    436
  
 
  
  
  - comment_count:
    0
  
 
  
  
  - who:
    Allen Wirfs-Brock
  
 
  
  
  - bug_when:
    2011-08-30 11:27:54 -0700
  
 
  
  
+++ 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 "{".
  
  
  - commentid:
    593
  
 
  
  
  - comment_count:
    1
  
 
  
  
  - who:
    Allen Wirfs-Brock
  
 
  
  
  - bug_when:
    2012-01-12 12:50:24 -0800
  
 
  
  
should go into ES5.1 errata
  
  
  - commentid:
    14714
  
 
  
  
  - comment_count:
    2
  
 
  
  
  - who:
    Brian Terlson
  
 
  
  
  - bug_when:
    2015-10-02 13:26:16 -0700
  
 
  
  
Fixed in ES2015.