tc39/proposal-object-values-entries

`nameList` should be `valuesList` and `entriesList` in Object.values and Object.entries, respectively

tschneidereit opened this issue · 1 comments

The spec draft currently uses nameList in step 3 of Object.values and Object.entries. That should probably be changed to match the contents.

Oops, thanks, fixing now.