Vertaling van "WeakSet" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
WeakSet objects are collections of objects.
Les objets Set sont des ensembles de valeurs.
Appends a new object with the given value to the WeakSet object.
Cette méthode permet d'ajouter une nouvel objet avec une valeur donnée à l'objet WeakSet.
The delete() method removes the specified element from a WeakSet object.
La méthode delete() permet de retirer un élément donné d'un objet WeakSet.
The add() method appends a new object to the end of a WeakSet object.
La méthode delete() permet de retirer un élément donné d'un objet WeakSet.
clear: The clear() method used to remove all elements from a WeakSet object, but is no longer part of ECMAScript and its implementations.
clear: La méthode clear() permettait de retirer tous les éléments d'un objet WeakSet mais celle-ci ne fait plus partie d'ECMAScript.
For all the other Object instances (including Map, Set, WeakMap and WeakSet), only their enumerable properties will be serialized.
Pour les autres instances d'objets tels que Map, Set, WeakMap et WeakSet, seules les propriétés énumérables sont sérialisées.
Allows the addition of properties to all WeakSet objects. WeakSet instances
Il permet d'ajouter des propriétés pour tous les objets WeakSet.
An object in the WeakSet may occur only once; it is unique in the WeakSet's collection.
The has() method returns a boolean indicating whether an object exists in a WeakSet or not.
La méthode Number.parseFloat() analyse et convertit une chaîne de caractères en un nombre flottant.
If there is no other reference to an object stored in the WeakSet, they can be garbage collected.
Cela signifie que s'il n'existe aucune autre référence « forte » vers la clé, l'élément (la clé et la valeur) sera retiré de la WeakMap par le ramasse-miettes.