« Bugzilla Issues Index
#3054 — 22.2.3.{6,15,30} %TypedArray%.prototype.{entries,keys,values}: Unnecessary ToObject calls
- bug_id:
3054
- creation_ts:
2014-07-24 09:10:00 -0700
- short_desc:
22.2.3.{6,15,30} %TypedArray%.prototype.{entries,keys,values}: Unnecessary ToObject calls
- delta_ts:
2014-08-25 08:29:24 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 26: July 18, 2014 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:
9505
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-07-24 09:10:35 -0700
22.2.3.6 %TypedArray%.prototype.entries ( )
22.2.3.15 %TypedArray%.prototype.keys ( )
22.2.3.30 %TypedArray%.prototype.values ( )
Steps 1-2 shouldn't call ToObject(), the type check in step 3 already handles non-object types.
- commentid:
9527
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-24 10:01:16 -0700
fixed in rev27 editor's draft
- commentid:
9910
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 08:29:24 -0700
fixed in rev27 draft