« Bugzilla Issues Index
#2050 — 24.2.2.1, DataView: Ensure [[ArrayBufferData]] is not undefined in step 6
- bug_id:
2050
- creation_ts:
2013-10-03 02:36:00 -0700
- short_desc:
24.2.2.1, DataView: Ensure [[ArrayBufferData]] is not undefined in step 6
- delta_ts:
2013-10-29 09:45:01 -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:
5836
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-10-03 02:36:19 -0700
24.2.2.1, DataView(buffer, byteOffset=0, byteLength=undefined), step 6:
Step 6 only ensures `buffer` is a ArrayBuffer instance, but it still may be uninitialised. Add an additional step to ensure [[ArrayBufferData]] is not undefined.
22.2.1.4 %TypedArray%(...) already performs this additional check in step 3.
- commentid:
5918
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-21 11:50:57 -0700
fixed in rev20 editor's draft
- commentid:
6039
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-29 09:45:01 -0700
fixed in rev20 draft, Oct. 28, 2013