« Bugzilla Issues Index
#2493 — 22.2.1.4: Remove step 16
- bug_id:
2493
- creation_ts:
2014-02-03 06:02:00 -0800
- short_desc:
22.2.1.4: Remove step 16
- delta_ts:
2014-04-06 11:31:05 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 22: January 20, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- dependson:
1932
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
7172
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-02-03 06:02:35 -0800
Bug 1932 did not remove step 16 (was step 15 in rev18), only added the additional test in step 17c.
+++ This bug was initially created as a clone of Bug #1932 +++
22.2.1.4 %TypedArray% ( buffer, byteOffset=0, length=undefined )
Step 16:
If offset + elementSize ≥ bufferByteLength, then throw a RangeError exception.
This step needs to be removed, otherwise zero length Typed Arrays cannot be created.
test case:
new Int8Array(new ArrayBuffer(0), 0, 0)
- commentid:
7259
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-02-12 16:24:42 -0800
fixed in rev23 editor's draft
- commentid:
7587
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:31:05 -0700
fixed in rev23 draft