« Bugzilla Issues Index
#3617 — 9.4.2.3 ArraySpeciesCreate: Don't need to handle `undefined`in step 1
- bug_id:
3617
- creation_ts:
2015-01-23 13:55:00 -0800
- short_desc:
9.4.2.3 ArraySpeciesCreate: Don't need to handle `undefined`in step 1
- delta_ts:
2015-02-02 18:39:05 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 31: January 15, 2015 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
11628
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-23 13:55:48 -0800
9.4.2.3 ArraySpeciesCreate(originalArray, length) Abstract Operation
ArraySpeciesCreate is never called with `length == undefined`, so the assertion in step 1 does not need to handle this case.
- commentid:
11707
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-23 17:32:28 -0800
fixed in rev32 editor's draft
- commentid:
12043
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-02 18:39:05 -0800
fixed in rev32 draft