Download for Windows Premium
Publiciteit
a WeakMap object

Examples with "a WeakMap object" 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.
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 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.
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.

Andere resultaten

One use case of WeakMap objects is to store private data for an object or to hide implementation details.
Un cas d'utilisation des objets WeakMap est le stockage de données privées d'un objet ou pour cacher certains détails d'implémentation.
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.
The key of the element to add to the WeakMap object.
Description Les clés des objets WeakMap sont nécessairement du type Object.
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 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).
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 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
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).
The key in a WeakMap is held weakly.
Les clés d'une WeakMap sont référencées faiblement.
Primitive data types as keys are not allowed (e.g. a Symbol can't be a WeakMap key).
Des types de données primitifs ne sont pas autorisés pour les clés (ex : un Symbol ne peut pas être une clé dans un WeakMap).
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor a WeakMap object in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
scarf: long cloth worn around the neck for warmth
Ontdek het woord
Publiciteit

Resultaten: 20. Exact: 3. Verstreken tijd: 243 ms.