« Bugzilla Issues Index
#3247 — Object.assign refers to removed keysArray
- bug_id:
3247
- creation_ts:
2014-09-23 08:23:00 -0700
- short_desc:
Object.assign refers to removed keysArray
- delta_ts:
2014-10-14 15:17:55 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 27: August 24, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Sebastian Markbage
- assigned_to:
Allen Wirfs-Brock
- commentid:
10243
- comment_count:
0
- who:
Sebastian Markbage
- bug_when:
2014-09-23 08:23:06 -0700
In Object.assign, step 5.b.iii [[OwnPropertyKeys]] is called on `nextSource` but I believe it should be `from` since that's the coerced object. The result is `keys`.
Step 5.b.iv then refers to `keysArray` which doesn't exist. It should be just `keys`.
- commentid:
10275
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-08 08:54:54 -0700
fixed in rev28 editor's draft
- commentid:
10446
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-14 15:17:55 -0700
fixed in rev28