Vertaling van "WeakMap" in Spaans
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.
This is the WeakMap function by default.
Esta es la función de Map por defecto.
Sets the value for the key in the WeakMap object.
Establece un valor para la llave en el objeto Map.
The key of the element to test for presence in the WeakMap object.
El valor del elemento a agregar al objeto Map.
The key of the element to remove from the WeakMap object.
El elemento asociado con la llave específica en el objeto WeakMap.
Represents the prototype for the WeakMap constructor.
One use case of WeakMap objects is to store private data for an object or to hide implementation details.
Un caso de uso de los objetos WeakMap es almacenar datos privados para un objeto o esconder sus detalles de implementación.
The value of the element to add to the WeakMap object.
El elemento asociado con la llave específica en el 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.
El método get() devuelve un elemento específico del objeto WeakMap.
Sets the value for the key in the WeakMap object.
El método get() devuelve un elemento específico del objeto WeakMap.
Returns the WeakMap object.
Devuelve el objeto Map.
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.
El objeto WeakMap El objeto WeakMap es una colección de parejas clave/valor en la cual solamente las claves son objetos y los valores pueden ser valores arbitrarios.
One difference to Map objects is that WeakMap keys are not enumerable (i.e. there is no method giving you a list of the keys).
Una diferencia con los objetos Map, es que las claves de WeakMap no son enumerables (no hay ningún método que devuelva una lista con las claves).