Enable strict mode testing for sm/destructuring

This commit is contained in:
André Bargull 2025-04-30 14:16:25 +02:00 committed by Philip Chimento
parent 3e26311d42
commit e815b2298c
6 changed files with 0 additions and 12 deletions

View File

@ -2,8 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
flags:
- noStrict
description: |
Function in computed property in class expression in array destructuring default
esid: pending

View File

@ -3,8 +3,6 @@
/*---
includes: [sm/assertThrowsValue.js]
flags:
- noStrict
description: |
Tests that IteratorClose is called in array destructuring patterns.
esid: pending

View File

@ -2,8 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -2,8 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -2,8 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
flags:
- noStrict
description: |
Returning non-object from @@iterator should throw
esid: pending

View File

@ -2,8 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
flags:
- noStrict
description: |
Destructuring should evaluate lhs reference before rhs in super property
esid: pending