« Bugzilla Issues Index
#2175 — 22.2.1.2 %TypedArray%: Different [[Prototype]] for copied ArrayBuffer depending on element types
- bug_id:
2175
- creation_ts:
2013-11-02 03:24:00 -0700
- short_desc:
22.2.1.2 %TypedArray%: Different [[Prototype]] for copied ArrayBuffer depending on element types
- delta_ts:
2013-11-08 13:09:03 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 20: October 28, 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:
6376
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-11-02 03:24:09 -0700
22.2.1.2 %TypedArray% ( typedArray ), steps 25-26:
CloneArrayBuffer in step 25 may create an ArrayBuffer object with a different [[Prototype]] than %ArrayBuffer%.prototype, whereas step 26 will always create an ArrayBuffer with %ArrayBuffer%.prototype as the [[Prototype]]. See Get(..., "constructor") in CloneArrayBuffer.
This should be made more consistent.
- commentid:
6396
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-11-02 13:04:20 -0700
fixed in rev21 editor's draft
- commentid:
6541
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-11-08 13:09:03 -0800
fixed in rev21 draft