« Bugzilla Issues Index
#4102 — 22.2.3.22.1 %TypedArray%.prototype.set wrongly accesses array.[[ArrayLength]]
- bug_id:
4102
- creation_ts:
2015-03-03 14:21:00 -0800
- short_desc:
22.2.3.22.1 %TypedArray%.prototype.set wrongly accesses array.[[ArrayLength]]
- delta_ts:
2015-03-03 16:15:29 -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:
INVALID
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Jeff Walden (remove +beo to mail)
- assigned_to:
Allen Wirfs-Brock
- commentid:
13449
- comment_count:
0
- who:
Jeff Walden (remove +beo to mail)
- bug_when:
2015-03-03 14:21:59 -0800
This is the method for non-typed-array use, so this should be a Get of "length".
- commentid:
13451
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-03-03 15:16:07 -0800
Actually, I just noticed that you are reporting this against rev32 which is a month out of date.
The current Rev34 uses a Get of "length"
- commentid:
13452
- comment_count:
2
- who:
Jeff Walden (remove +beo to mail)
- bug_when:
2015-03-03 15:40:07 -0800
Sorry, last time I checked a few days ago there was no component for the latest spec. I was consulting the Feb20 spec, and it definitely does not have a Get of "length".
- commentid:
13453
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2015-03-03 15:51:25 -0800
(In reply to Jeff Walden (remove +beo to mail) from comment #2)
> Sorry, last time I checked a few days ago there was no component for the
> latest spec. I was consulting the Feb20 spec, and it definitely does not
> have a Get of "length".
??? step 18 of http://people.mozilla.org/~jorendorff/es6-draft.html#sec-%typedarray%.prototype.set-array-offset
- commentid:
13454
- comment_count:
4
- who:
Jeff Walden (remove +beo to mail)
- bug_when:
2015-03-03 16:15:29 -0800
Baaah, I was somehow misreading step 11 as referring to the uncertainly-valued argument -- not to |this| which is definitely a typed array. Sorry about that! :-(