Examples with "WeakMaps" 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.
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 it 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.
ECMAScript Harmony WeakMaps have been added as a prototype implementation.
ECMAScript Harmony WeakMaps a été ajouté en tant que prototype.
Andere resultaten
The key in a WeakMap is held weakly.
WeakMap::offsetExists - Checks whether a certain object is in the map
WeakMap::offsetExists - Vérifie si un objet est dans le map
WeakMap Counts the number of live entries in the map
Each key-value pair will be added to the new WeakMap.
WeakMap::rewind - Rewinds the iterator to the beginning of the map
WeakMap::rewind - Réinitialise l'itérateur au début du map
The key of the element to add to the WeakMap object.
WeakMap::offsetUnset - Removes an entry from the map
WeakMap::offsetUnset - Supprime une entrée depuis le map
WeakMap::key - Returns the current key under iteration
WeakMap::key - Retourne la clé courante de l'itérateur
WeakMap::next - Advances to the next map element
WeakMap::next - Avance jusqu'au prochain élément du map