« Bugzilla Issues Index
#3538 — 22.1.3.1 Array.prototype.concat: Move bounds check before loop
- bug_id:
3538
- creation_ts:
2015-01-15 09:35:00 -0800
- short_desc:
22.1.3.1 Array.prototype.concat: 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:
11379
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-15 09:35:21 -0800
22.1.3.1 Array.prototype.concat ( ...arguments )
Step 7.d.v.4.c: The bounds check needs to happen before the inner loop, because `n` is also updated for holes.
- commentid:
11396
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 12:48:16 -0800
fixed in rev31 editor's draft
- commentid:
11430
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:02 -0800
In Rev31