« Bugzilla Issues Index
#2072 — 22.1.3.6 Array.prototype.fill: step 6 unnecessary
- bug_id:
2072
- creation_ts:
2013-10-15 08:20:00 -0700
- short_desc:
22.1.3.6 Array.prototype.fill: step 6 unnecessary
- delta_ts:
2013-10-29 09:46:21 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 19: September 27, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Claude Pache
- assigned_to:
Allen Wirfs-Brock
- commentid:
5903
- comment_count:
0
- who:
Claude Pache
- bug_when:
2013-10-15 08:20:53 -0700
After step 4
4. Let len be ToLength(lenVal).
we have `len >= 0`. Thus, step 6
6. Let len be max(len, 0).
does nothing.
- commentid:
5914
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-21 10:51:56 -0700
fixed in rev20 editor's draft
- commentid:
6133
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-29 09:46:21 -0700
fixed in rev20 draft, Oct. 28, 2013