v8/test/mjsunit/es8
Camillo Bruni 76cab5ff78 Fix Object.entries/.values with non-enumerable properties
Iterate over all descriptors instead of bailing out early and missing
enumerable properties later.

Bug: chromium:836145
Change-Id: I104f7ea89480383b6b4b9204942a166bdf8e0597
Reviewed-on: https://chromium-review.googlesource.com/1027832
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52786}
2018-04-25 13:44:32 +00:00
..
regress
async-arrow-lexical-arguments.js
async-arrow-lexical-new.target.js
async-arrow-lexical-super.js
async-arrow-lexical-this.js
async-await-basic.js
async-await-no-constructor.js
async-await-resolve-new.js
async-await-species.js
async-destructuring.js
async-function-stacktrace.js
async-function-try-finally.js
constructor-returning-primitive.js
object-entries.js Fix Object.entries/.values with non-enumerable properties 2018-04-25 13:44:32 +00:00
object-get-own-property-descriptors.js
object-values.js
sloppy-no-duplicate-async.js