« Bugzilla Issues Index
#1760 — 15.4.2.4: Unnecessary call to ToObject
- bug_id:
1760
- creation_ts:
2013-08-13 05:25:00 -0700
- short_desc:
15.4.2.4: Unnecessary call to ToObject
- delta_ts:
2013-08-23 08:22:54 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 16: July 15, 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:
4857
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-08-13 05:25:52 -0700
15.4.2.4 Array.from (arrayLike, mapfn=undefined, thisArg=undefined), step 8.c.ii:
[[Construct]] is restricted to return objects, so the additional call to
ToObject() is not needed.
- commentid:
4935
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-16 13:15:43 -0700
fixed in rev17 editor's draft
- commentid:
5117
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-23 08:22:54 -0700
fixed in rev17, August 23, 2013 draft