archives

« Bugzilla Issues Index

#3247 — Object.assign refers to removed keysArray


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`.


fixed in rev28 editor's draft


fixed in rev28