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. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
flags:
- noStrict
description: | description: |
Function in computed property in class expression in array destructuring default Function in computed property in class expression in array destructuring default
esid: pending esid: pending

View File

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

View File

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

View File

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

View File

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

View File

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