Enable strict mode testing for sm/expressions/destructuring-array-done.js

This commit is contained in:
André Bargull 2025-04-30 14:16:27 +02:00 committed by Philip Chimento
parent f277bff653
commit 4b89aa98c8

View File

@ -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) {