« Bugzilla Issues Index
#3539 — 22.1.3.17 Array.prototype.push: Move bounds check before loop
- bug_id:
3539
- creation_ts:
2015-01-15 09:37:00 -0800
- short_desc:
22.1.3.17 Array.prototype.push: Move bounds check before loop
- delta_ts:
2015-01-15 16:19:02 -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:
11380
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-15 09:37:00 -0800
22.1.3.17 Array.prototype.push ( ...items )
Move the bounds check before the loop so it's consistent with unshift and splice.
- commentid:
11395
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 12:36:05 -0800
fixed in rev31 editor's draft
- commentid:
11428
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:02 -0800
In Rev31