« Bugzilla Issues Index
#2786 — 26.1.1 Reflect.apply, 26.1.2 Reflect.construct: Remove ToObject, use IsConstructor
- bug_id:
2786
- creation_ts:
2014-05-01 08:55:00 -0700
- short_desc:
26.1.1 Reflect.apply, 26.1.2 Reflect.construct: Remove ToObject, use IsConstructor
- delta_ts:
2014-06-16 16:27:24 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 24: April 27, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
8080
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-05-01 08:55:30 -0700
26.1.1 Reflect.apply ( target, thisArgument, argumentsList )
Remove steps 1-2, IsCallable takes care of non-callable input values.
26.1.2 Reflect.construct ( target, argumentsList )
Remove steps 1-2 and use IsConstructor in step 3.
- commentid:
8544
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-17 17:48:47 -0700
fixed in rev25 editor's draft
- commentid:
9027
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-06-16 16:27:24 -0700
fixed in rev25 editor's draft