Vertaling van "EvalError" 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 objeto EvalError indica un error con respecto a la función global eval().
The EvalError object indicates an error regarding the global eval() function.
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.
Methods The global EvalError contains no methods of its own, however, it does inherit some methods through the prototype.message
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 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.
Esta excepción ya no es lanzada por JavaScript, sin embargo, el objeto EvalError se mantiene por motivos de compatibilidad.
This exception is not thrown by JavaScript anymore, however the EvalError object remains for compatibility.
Permite la adición de propiedades a un objeto EvalError. Métodos
Allows the addition of properties to an InternalError object. Methods
En el siguiente ejemplo, el código en el bloque try puede potencialmente lanzar tres excepciones TypeError, RangeError, y EvalError.
In the following example, code in the try block can potentially throw three exceptions: TypeError, RangeError, and EvalError.
El objeto EvalError indica un error con respecto a la función global eval().
The InternalError object indicates an error that occurred internally in the JavaScript engine.