« Bugzilla Issues Index
#4416 — Reflect.construct should compare with undefined
- bug_id:
4416
- creation_ts:
2015-06-29 13:17:00 -0700
- short_desc:
Reflect.construct should compare with undefined
- delta_ts:
2015-07-10 08:34:20 -0700
- product:
Draft for 7th Edition
- component:
Bugs from ES6
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
CONFIRMED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Erik Arvidsson
- assigned_to:
Allen Wirfs-Brock
- cc:
["caitpotter88", "erik.arvidsson"]
- commentid:
14531
- comment_count:
0
- who:
Erik Arvidsson
- bug_when:
2015-06-29 13:17:00 -0700
http://www.ecma-international.org/ecma-262/6.0/#sec-reflect.construct
2. If newTarget is not present, let newTarget be target.
This should compare with undefined instead. This observable by doing:
Reflect.construct(func, [], undefined)