« Bugzilla Issues Index
#1940 — 22.2.1.3: Missing [[ViewedArrayBuffer]] state check in %TypedArray% constructor
- bug_id:
1940
- creation_ts:
2013-09-27 12:27:00 -0700
- short_desc:
22.2.1.3: Missing [[ViewedArrayBuffer]] state check in %TypedArray% constructor
- delta_ts:
2013-09-27 14:47:25 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 18: September 5, 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:
5497
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-09-27 12:27:26 -0700
22.2.1.3 %TypedArray% ( array )
Steps 9-10 and 20.b-20.c can trigger side-effects, that means in addition to the [[ViewedArrayBuffer]] check in step 5 and an additional check needs to be done before step 21 to avoid initialising a typed array instance multiple times. The [[ViewedArrayBuffer]] check in step 5 should not be removed or moved down in order to be consistent with the other %TypedArray% constructors.
- commentid:
5502
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-09-27 12:44:46 -0700
fixed in rev19 editor's draft
- commentid:
5541
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-09-27 14:47:25 -0700
fixed in rev19