« Bugzilla Issues Index
#1831 — 15.4.2.{3,4} : "A" not defined
  
  
  - bug_id:
    1831
  
- creation_ts:
    2013-08-27 11:31:00 -0700
  
- short_desc:
    15.4.2.{3,4} : "A" not defined
  
- delta_ts:
    2013-09-27 14:47:24 -0700
  
- product:
    Draft for 6th Edition
  
- component:
    editorial issue
  
- version:
    Rev 17: August 23, 2013 Draft
  
- rep_platform:
    All
  
- op_sys:
    All
  
- bug_status:
    RESOLVED
  
- resolution:
    FIXED
  
- priority:
    Normal
  
- bug_severity:
    normal
  
- everconfirmed:
    true
  
- reporter:
    Michael Dyck
  
- assigned_to:
    Allen Wirfs-Brock
  
  
  
  - commentid:
    5239
  
- comment_count:
    0
  
- who:
    Michael Dyck
  
- bug_when:
    2013-08-27 11:31:38 -0700
  
In 15.4.2.3 "Array.of ( ...items )",
step 6 says:
    ReturnIfAbrupt(A).
but at that point, 'A' might not be defined.
My guess is that a step is missing:
    4.b  Let /A/ be ToObject(/newObj/).
Similarly:
In 15.4.2.4 "Array.from (...)",
step 8.e says:
    ReturnIfAbrupt(A).
but 'A' might not be defined.
Add
    8.c.ii  Let /A/ be ToObject(/newObj/).
  
  
  - commentid:
    5356
  
- comment_count:
    1
  
- who:
    Allen Wirfs-Brock
  
- bug_when:
    2013-09-09 18:34:57 -0700
  
fixed in rev19 editor's draft
in line 4.a, set A insteat od newObj
  
  
  - commentid:
    5539
  
- comment_count:
    2
  
- who:
    Allen Wirfs-Brock
  
- bug_when:
    2013-09-27 14:47:24 -0700
  
fixed in rev19