Results 1 - 2 of 2

EvalError

The EvalError object indicates an error regarding the global eval() function. This exception is not thrown by JavaScript anymore, however the EvalError object remains for compatibility.
Error EvalError JavaScript Reference

EvalError.prototype

The EvalError.prototype property represents the prototype of the EvalError constructor.
Error EvalError JavaScript Property