mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 07:25:15 +02:00
Add missing include to WeakSet/iterable-with-symbol-values
This commit is contained in:
parent
b5d3192914
commit
c15d4bef28
@ -12,6 +12,7 @@ info: |
|
|||||||
WeakSet.prototype.add ( _value_ ):
|
WeakSet.prototype.add ( _value_ ):
|
||||||
6. Append _value_ as the last element of _entries_.
|
6. Append _value_ as the last element of _entries_.
|
||||||
features: [Symbol, WeakSet, symbols-as-weakmap-keys]
|
features: [Symbol, WeakSet, symbols-as-weakmap-keys]
|
||||||
|
includes: [compareArray.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var first = Symbol('a description');
|
var first = Symbol('a description');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user