Enable strict mode testing for sm/lexical-environment

This commit is contained in:
André Bargull 2025-04-30 14:16:32 +02:00 committed by Philip Chimento
parent 1b4972e329
commit 27b61f051b
5 changed files with 0 additions and 10 deletions

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

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Don't crash compiling a non-body-level for-loop whose loop declaration is a const
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Don't assert when freshening the scope chain for a for-loop whose head contains a lexical declaration, where the loop body might add more bindings at runtime
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
for-loop semantics for for(;;) loops whose heads contain lexical declarations
esid: pending