Vertaling van "EvalError" 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 EvalError object indicates an error regarding the global eval() function.
El objeto EvalError indica un error con respecto a la función global eval().
Methods The global EvalError contains no methods of its own, however, it does inherit some methods through the prototype.message
Métodos El objeto global EvalError no contiene ningún método propio, sin embargo, hereda algunos métodos a través de la cadena de prototipos.
Examples EvalError is not used now, and never be thrown by the runtime.
Ejemplos EvalError no se usa en la especificación actual de ECMAScript y, por ende, no será lanzado en tiempo de ejecución.
Examples EvalError is not used in the current ECMAScript specification and will thus not be thrown by the runtime.
Ejemplos EvalError no se usa en la especificación actual de ECMAScript y, por ende, no será lanzado en tiempo de ejecución.
This exception is not thrown by JavaScript anymore, however the EvalError object remains for compatibility.
Esta excepción ya no es lanzada por JavaScript, sin embargo, el objeto EvalError se mantiene por motivos de compatibilidad.
In the following example, code in the try block can potentially throw three exceptions: TypeError, RangeError, and EvalError.
En el siguiente ejemplo, el código en el bloque try puede potencialmente lanzar tres excepciones TypeError, RangeError, y EvalError.
The EvalError.prototype property represents the prototype of the EvalError constructor.
La propiedad Error.prototype representa el prototipo del constructor Error.