« Bugzilla Issues Index
#3537 — 22.1.3.25 Array.prototype.splice, 22.1.3.28 Array.prototype.unshift: Incorrect bounds check
- bug_id:
3537
- creation_ts:
2015-01-15 09:30:00 -0800
- short_desc:
22.1.3.25 Array.prototype.splice, 22.1.3.28 Array.prototype.unshift: Incorrect bounds check
- delta_ts:
2015-01-15 16:19:03 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 30: December 24, 2014 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:
11378
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-15 09:30:46 -0800
22.1.3.25 Array.prototype.splice (start, deleteCount , ...items )
Step 12: Change `≥` to `>`
Also: `len + insertCount - actualDeleteCount` instead of `len + insertCount + actualDeleteCount`
22.1.3.28 Array.prototype.unshift ( ...items )
Step 7.a: Change `≥` to `>`
- commentid:
11397
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 12:51:07 -0800
fixed in rev31 editor's draft
- commentid:
11433
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:03 -0800
In Rev31