Vertaling van "WeakMaps" 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.
ECMAScript 2015 WeakMaps have been added as a prototype implementation.
ECMAScript Harmony WeakMaps a été ajouté en tant que prototype.
The following example is from Nick Fitzgerald blog post "Hiding Implementation Details with ECMAScript 6 WeakMaps".
L'exemple qui suit est tiré du billet de blog de Nick Fitzgerald « Masquer des détails d'implémentation avec les WeakMaps ECMAScript 6 ».
Native implementations of them (including WeakMaps) can have look-up performance that is approximately logarithmic to constant time.
Les implémentations natives (y compris celle des WeakMaps) permettent d'obtenir des performances logarithmiques voire constantes.
Maps and WeakMaps make easy to privately bind data to an object. Structured data: JSON
Les Maps et WeakMaps permettent de gérer plus simplement une liaison « privée » entre des données et un objet.
Keys of WeakMaps are of the type Object only.
Andere resultaten
Represents the prototype for the WeakMap constructor.
Cette propriété représente le prototype du constructeur WeakMap.
The key in a WeakMap is held weakly.
Les clés d'une WeakMap sont référencées faiblement.
WeakMap::offsetGet - Returns the value pointed to by a certain object
WeakMap::offsetGet - Retourne la valeur pointée par un certain objet
The delete() method removes the specified element from a WeakMap object.
La méthode delete() retire un élément donné de l'objet WeakMap.
WeakMap::offsetExists - Checks whether a certain object is in the map
WeakMap::offsetExists - Vérifie si un objet est dans le map
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.
Each key-value pair will be added to the new WeakMap.
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.