Enable strict mode testing for sm/Map

This commit is contained in:
André Bargull 2025-04-30 14:16:33 +02:00 committed by Philip Chimento
parent 221ea2b0b7
commit 87b006b65a
7 changed files with 0 additions and 14 deletions

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
All NaNs must be treated as identical keys for Map
esid: pending

View File

@ -2,8 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
flags:
- noStrict
description: |
Map/Set/WeakMap/WeakSet constructor should close iterator on error
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

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Don't use .call(...) in the self-hosted Map.prototype.forEach
esid: pending

View File

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

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -5,8 +5,6 @@
/*---
includes: [deepEqual.js]
flags:
- noStrict
description: |
pending
esid: pending