new EvalError(…)
Creates a new EvalError object.EvalError.EvalError([message])
message
Error message.e.message
name
The name property of EvalError instances is "EvalError".e.name
EvalError.prototype
The prototype of the EvalError constructor.EvalError.prototype
toString()
Returns a string representing the specified error object.e.toString()