Make Array.from with iterable test more precise

This commit is contained in:
Alexey Shvayka 2020-02-16 20:54:32 +02:00 committed by Rick Waldron
parent 5d5904d69a
commit b478d5fa29
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ features: [Symbol.iterator]
var C = function() {
Object.defineProperty(this, '0', {
writable: true,
configurable: false
});
};