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.
objet WeakMap
The delete() method removes the specified element from a WeakMap object.
La méthode delete() retire un élément donné de l'objet WeakMap.
The key of the element to test for presence in the WeakMap object.
Il correspond à la valeur de l'élément qu'on souhaite ajouter à l'objet WeakMap.
The set() method adds a new element with a specified key and value to a WeakMap object.
La méthode set() permet d'ajouter un nouvel élément avec une clé et une valeur à un objet WeakMap.
The WeakMap object is a collection of key/value pairs in which the keys are objects only and the values can be arbitrary values.
L'objet WeakMap est une collection de paires clés/valeurs pour lesquelles les clés sont uniquement des objets (les valeurs peuvent être d'un type arbitraire).
Required. The value of the element to add to the WeakMap object.
Il correspond à la valeur de l'élément qu'on souhaite ajouter à l'objet WeakMap.
get: The get() method returns a specified element from a WeakMap object.
get: La méthode get() permet de renvoyer un élément donné d'un objet WeakMap.
The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can be arbitrary values. Syntax
L'objet WeakMap représente une collection de paires clé-valeur dont les clés sont des objets et pour lesquelles les références sont « faibles » et les valeurs des valeurs quelconques. Syntaxe
key Required. The key of the element to return from the WeakMap object.
Il correspond à la clé de l'élément qu'on souhaite retirer de l'objet WeakMap.
The key of the element to add to the WeakMap object.
Return value true if an element in the WeakMap object has been removed successfully. false if the key is not found in the WeakMap or if the key is not an object.
true si un élément de l'objet WeakSet a bien été retiré, false sinon (dans le cas où la clé n'a pas été trouvée ou si la clé n'est pas un objet).
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.