Add missing include to WeakSet/iterable-with-symbol-values

This commit is contained in:
Shu-yu Guo 2022-10-24 15:46:40 -07:00 committed by Philip Chimento
parent b5d3192914
commit c15d4bef28
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ info: |
WeakSet.prototype.add ( _value_ ):
6. Append _value_ as the last element of _entries_.
features: [Symbol, WeakSet, symbols-as-weakmap-keys]
includes: [compareArray.js]
---*/
var first = Symbol('a description');