archives

« Bugzilla Issues Index

#660 — Specify Object.assign per Sept 18 Resolution


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"


in rev19