« Bugzilla Issues Index
#4051 — 22.2.3.23 %TypedArray%.prototype.slice: Various issues
- bug_id:
4051
- creation_ts:
2015-02-21 08:33:00 -0800
- short_desc:
22.2.3.23 %TypedArray%.prototype.slice: Various issues
- delta_ts:
2015-03-04 18:58:14 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 34: February 20, 2015 Release Candidate 1
- 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
- cc:
jmdyck
- commentid:
13225
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-02-21 08:33:48 -0800
22.2.3.23 %TypedArray%.prototype.slice ( start, end )
Steps 17-18 should read:
> Let srcName be the string value of O’s [[TypedArrayName]] internal slot.
> Let srcType be the string value of the Element Type value in Table 49 for srcName.
> Let targetName be the string value of A’s [[TypedArrayName]] internal slot.
> Let targetType be the string value of the Element Type value in Table 49 for targetName.
Step 19 should be removed.
Step 21 should be changed to:
> Else if count > 0, then
To ensure same behaviour for detached buffers.
Step 21.f should be:
> Let srcByteOffset be the value of O’s [[ByteOffset]] internal slot.
> Let srcByteIndex be k × elementSize + srcByteOffset.
Step 21.g should be:
> Let targetByteIndex be 0.
- commentid:
13241
- comment_count:
1
- who:
Michael Dyck
- bug_when:
2015-02-21 10:41:22 -0800
Also, in 21.h, change /ElementSize/ to /elementSize/
- commentid:
13371
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-25 17:56:29 -0800
fixed in rev35 editor's draft
- commentid:
13488
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2015-03-04 18:58:14 -0800
fixed in rev35