Vertaling van "WeakSet" in Engels
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.
Cette propriété représente le prototype pour le constructeur WeakSet.
Represents the prototype for the WeakSet constructor.
Les cas d'utilisations pour les objets WeakSet objects sont relativement limités.
The use cases of WeakSet objects are limited.
Cette méthode permet d'ajouter une nouvel objet avec une valeur donnée à l'objet WeakSet.
Appends a new object with the given value to the WeakSet object.
Il permet d'ajouter des propriétés pour tous les objets WeakSet.
Les objets WeakSet sont des ensembles d'objets.
WeakSet objects are collections of objects.
Ainsi, s'il n'y a pas d'autres références vers l'objet stocké dans le WeakSet, celui-ci pourra être collecté par le ramasse-miettes pour libérer de la mémoire.
If there is no other reference to an object stored in the WeakSet, they can be garbage collected.
Si aucune autre référence vers l'objet n'est présente en dehors du WeakSet, l'objet pourra alors être nettoyé par le ramasse-miette.
If there is no other reference to an object stored in the WeakSet, they can be garbage collected.
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.
Si un objet itérable est présent comme argument, ses éléments seront ajoutés au nouvel objet WeakSet.
iterable If an iterable object is passed, all of its elements will be added to the new WeakSet.
add: La méthode add() permet d'ajouter un nouvel objet à un objet WeakSet.
add: The add() method appends a new object to the end of a WeakSet object.
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.
clear: The clear() method used to remove all elements from a WeakSet object, but is no longer part of ECMAScript and its implementations.
Set et WeakSet représentent des ensembles d'objets, Map et WeakMap associent une valeur à un objet.
Set and WeakSet represent a set of objects, while Map and WeakMap associate a value to an object.
Pour les autres instances d'objets tels que Map, Set, WeakMap et WeakSet, seules les propriétés énumérables sont sérialisées.
For all the other Object instances (including Map, Set, WeakMap and WeakSet), only their enumerable properties will be serialized.