« Bugzilla Issues Index
#2051 — 24.1.4.3 ArrayBuffer.prototype.slice: Ensure newly created ArrayBuffer is big enough
- bug_id:
2051
- creation_ts:
2013-10-03 02:44:00 -0700
- short_desc:
24.1.4.3 ArrayBuffer.prototype.slice: Ensure newly created ArrayBuffer is big enough
- delta_ts:
2013-10-29 09:46:23 -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:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
5837
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-10-03 02:44:33 -0700
24.1.4.3 ArrayBuffer.prototype.slice(start, end), steps 16-19:
Add an additional step to ensure `new's [[ArrayBufferByteLength]] ≥ newLen`. [[Construct]] for ArrayBuffer subclasses may be altered to allocate less than `newLen` bytes of memory.
- commentid:
5917
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-21 11:47:13 -0700
fixed in rev20 editor's draft
- commentid:
6135
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-29 09:46:23 -0700
fixed in rev20 draft, Oct. 28, 2013