mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Make Array.from with iterable test more precise
This commit is contained in:
parent
5d5904d69a
commit
b478d5fa29
@ -18,6 +18,7 @@ features: [Symbol.iterator]
|
||||
|
||||
var C = function() {
|
||||
Object.defineProperty(this, '0', {
|
||||
writable: true,
|
||||
configurable: false
|
||||
});
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user