« Bugzilla Issues Index
#660 — Specify Object.assign per Sept 18 Resolution
- bug_id:
660
- creation_ts:
2012-09-27 18:49:00 -0700
- short_desc:
Specify Object.assign per Sept 18 Resolution
- delta_ts:
2013-10-26 17:47:45 -0700
- product:
Draft for 6th Edition
- component:
new feature
- version:
Rev 10: September 27, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- cc:
waldron.rick
- commentid:
1619
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2012-09-27 18:49:49 -0700
Object.assign( target, source )
- Only enumerable own properties of source
- Invoke [[Get]] on property list derived from source, for each property in list [[Put]] on target
- private names are not copied
- unique names are copied
- super mechanism (rebind super)… AWB To determine needs
- Returns modified "target"
- commentid:
5992
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-26 17:47:45 -0700
in rev19