Examples with "WeakMaps" and their translation 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.
El siguiente ejemplo es del artículo de Nick Fitzgerald "Hiding Implementation Details with ECMAScript 6 WeakMaps".
The following example is from Nick Fitzgerald blog post "Hiding Implementation Details with ECMAScript 6 WeakMaps".
Andere resultaten
El elemento asociado con la llave específica en el objeto WeakMap.
The key of the element to remove from the WeakMap object.
Representa el prototipo para el nuevo constructor WeakMap.
Represents the prototype for the WeakMap constructor.
WeakMap::offsetSet - Actualiza el mapa con un nuevo par clave-valor
Updates the map with a new key-value pair.
Un caso de uso de los objetos WeakMap es almacenar datos privados para un objeto o esconder sus detalles de implementación.
One use case of WeakMap objects is to store private data for an object or to hide implementation details.
WeakMap::key - Devuelve la clave actual de la iteración
WeakMap::key - Returns the current key under iteration
El elemento asociado con la llave específica en el objeto WeakMap.
The value of the element to add to the WeakMap object.
WeakMap::offsetUnset - Elimina una entrada del mapa
WeakMap::offsetUnset - Removes an entry from the map
El método get() devuelve un elemento específico del objeto WeakMap.
The key of the element to add to the WeakMap object.
El método get() devuelve un elemento específico del objeto WeakMap.
The delete() method removes the specified element from a WeakMap object.
Para más información y códigos de ejemplo, véase también "¿Por qué WeakMap?"
For more information and example code, see also "Why WeakMap?"
WeakMap::next - Avanza al siguiente elemento del mapa
WeakMap::offsetSet - Updates the map with a new key-value pair
El método get() devuelve un elemento específico del objeto WeakMap.
Sets the value for the key in the WeakMap object.