Examples with "WeakSets" and their translation 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.
WeakSets are not enumerable.
Andere resultaten
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.
Allows the addition of properties to all WeakSet objects. WeakSet instances
Il permet d'ajouter des propriétés pour tous les objets 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.
An object in the WeakSet may occur only once; it is unique in the WeakSet's collection.
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.
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.
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.
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.
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.