Vertaling van "object obj" 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.
The \multiput command copies the object obj in a regular pattern across a picture.
La instrucción \multiput copia el objeto obj en un patrón regular entre imágenes.
This loops over all the key/value pairs in the object obj and displays their names and values.
Este bucle recorre todos los pares clave/valor del objeto obj y muestra sus nombres y valores.
To create a new instance of an object obj we use the statement new obj, assigning the result (which is of type obj) to a variable to access it later.
Para crear un nuevo ejemplo de un objeto obj utilizamos la declaración new obj, asignando el resultado (que es de tipo obj) a una variable para tener acceso más tarde.
Destroys the object obj immediately.
Destruye el objeto obj inmediatamente.
callback The reference to the observer to stop calling each time changes are made on the object obj.
callback La referencia al observador a parar de llamar cada vez que se hacen cambios sobre el objeto obj.
An object obj that belongs to a class Circle, for example, is an instance of the class Circle.
Un objeto obj que pertenece a una clase Circle, por ejemplo, es una instancia de la clase Circle.
If a non-RegExp object obj is passed, it is implicitly converted to a RegExp by using new RegExp(obj).
Si se pasa un objeto obj que no sea una expresión regular, se convierte implícitamente en una expresión regualar usando new RegExp(obj).
This function returns an associative array of defined object properties for the specified object obj.
Esta función devuelve una matriz con las propiedades definidas en el objecto especificado como obj.
Object.defineProperties, in essence, defines all properties corresponding to the enumerable own properties of props on the object obj object.
Object.defineProperties, en esencia, define todas las propiedades correspondientes a las propiedades propias con capacidad de enumeración de props en el objeto objrops.