Vertaling van "EvalError" in Frans
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.
L'objet EvalError indique une erreur concernant la fonction globale eval().
Examples EvalError is not used now, and never be thrown by the runtime.
Exemples EvalError n'est pas utilisée par la spécification ECMAScript actuelle et ne sera donc pas levée lors de l'exécution.
EvalError Creates an instance representing an error that occurs regarding the global function eval().
EvalError Crée une instance d'une erreur survenue suite à l'utilisation de la fonction globale eval().
This exception is not thrown by JavaScript anymore, however the EvalError object remains for compatibility.
Cette exception n'est plus levée par JavaScript mais l'objet EvalError est conservé pour des raisons de compatibilité.
Examples EvalError is not used in the current ECMAScript specification and will thus not be thrown by the runtime.
Méthodes Exemples EvalError n'est pas utilisée par la spécification ECMAScript actuelle et ne sera donc pas levée lors de l'exécution.
EvalError.prototype Allows the addition of properties to an EvalError object.
GeneratorFunction.prototype Le prototype du constructeur qui permet d'ajouter des propriétés à tous les générateurs.
prototype: The EvalError.prototype property represents the prototype of the EvalError constructor.
prototype: La propriété Error.prototype: La propriété Function.prototype représente le prototype de l'objet Function.
Description All EvalError instances inherit from EvalError.prototype.
Toutes les instances de URIError héritent de URIError.prototype.
Methods Although the EvalError prototype object does not contain any methods of its own, EvalError instances do inherit some methods through the prototype chain.
Méthodes Bien que l'objet prototype pour URIError ne contienne pas de méthode qui lui soit directement rattachée, les instances d'URIError héritent de certaines méthodes grâce à la chaîne de prototypes.