User Tools

Site Tools


EvalError

ECMAScript EvalError prototype object.

More...

Inherits :

Detailed Description

This error is thrown by the interpreter when the global function eval() is used in a way that is incompatible with its definition. See the ECMA script specification for more information.