Adds the given value to the WeakSet object.
WeakSet
add(value)
value
The value of the element to add to the WeakSet object. Must be an object or a non-registered symbol.
The same WeakSet object.