Add symbols-as-weakmap-keys to features

This commit is contained in:
Daniel Minor 2025-08-19 10:43:14 -04:00 committed by Ms2ger
parent baa48a416c
commit d0cb9f80f7

View File

@ -11,7 +11,7 @@ info: |
6. Let value be ? Call(callbackfn, key). 6. Let value be ? Call(callbackfn, key).
... ...
features: [upsert, Symbol, WeakMap] features: [upsert, Symbol, WeakMap, symbols-as-weakmap-keys]
flags: [onlyStrict] flags: [onlyStrict]
---*/ ---*/
var map = new WeakMap(); var map = new WeakMap();