mirror of
https://github.com/tc39/test262.git
synced 2025-09-26 03:28:50 +02:00
Enable strict mode testing for sm/expressions/destructuring-array-done.js
This commit is contained in:
parent
f277bff653
commit
4b89aa98c8
@ -2,8 +2,6 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
flags:
|
||||
- noStrict
|
||||
description: |
|
||||
iterator.next() should not be called when after iterator completes
|
||||
esid: pending
|
||||
@ -21,6 +19,7 @@ var obj = new Proxy({}, {
|
||||
else
|
||||
v = JSON.stringify(value);
|
||||
log += "set:" + name + "=" + v + ",";
|
||||
return true;
|
||||
}
|
||||
});
|
||||
function createIterable(n) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user