« Bugzilla Issues Index
#2908 — 22.2.3.2, 22.2.3.3, 22.2.3.17: Incorrect neutered buffer checks
- bug_id:
2908
- creation_ts:
2014-05-27 08:54:00 -0700
- short_desc:
22.2.3.2, 22.2.3.3, 22.2.3.17: Incorrect neutered buffer checks
- delta_ts:
2014-07-19 18:39:11 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 25: May 22, 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:
8653
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-05-27 08:54:40 -0700
22.2.3.2 get %TypedArray%.prototype.byteLength
22.2.3.3 get %TypedArray%.prototype.byteOffset
22.2.3.17 get %TypedArray%.prototype.length
All three accessors should throw a TypeError if [[ViewedArrayBuffer]] is `undefined`. Only if [[ViewedArrayBuffer]]'s [[ArrayBufferData]] internal slot is `null`, the default value for neutered buffers should be returned.
- commentid:
9189
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-14 12:45:33 -0700
fixed in rev26 editor's draft
- commentid:
9390
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-19 18:39:11 -0700
fixed in rev26