Added missing feature; symbols-as-weakmap-keys

This commit is contained in:
Jonas Haukenes 2025-09-15 16:22:04 +02:00 committed by Philip Chimento
parent 0b02980322
commit 55e8077819

View File

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