« Bugzilla Issues Index
#2414 — 22.2.3.32 get %TypedArray%.prototype[@@toStringTag]: Invalid assertion in step 5
- bug_id:
2414
- creation_ts:
2014-01-15 06:39:00 -0800
- short_desc:
22.2.3.32 get %TypedArray%.prototype[@@toStringTag]: Invalid assertion in step 5
- delta_ts:
2014-04-06 11:31:01 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 21: November 8, 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:
6968
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-01-15 06:39:45 -0800
22.2.3.32 get %TypedArray%.prototype[@@toStringTag], step 5:
The assertion in step 5 is not valid when `O` is an uninitialised typed array object. Add an additional step after step 3 to handle this case:
4. If the value of O’s [[TypedArrayName]] internal slot is undefined, then throw a TypeError exception.
- commentid:
7320
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-02-15 17:27:46 -0800
fixed in rev23 editor's draft
- commentid:
7584
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:31:01 -0700
fixed in rev23 draft