mirror of
https://github.com/tc39/test262.git
synced 2025-09-23 10:08:49 +02:00
Added missing feature; symbols-as-weakmap-keys
This commit is contained in:
parent
0b02980322
commit
55e8077819
@ -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 = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user