Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

EvalError

这篇文章需要技术复核。如何帮忙。

这篇文章需要文法复核。如何帮忙。

这篇翻译不完整。请帮忙从英语翻译这篇文章

本对象代表了一个关于 eval 函数的错误.

语法

new EvalError([message[, fileName[, lineNumber]]])

参数

message
人类可阅读的关于错误的描述.
fileName
代码中导致异常的文件的文件名.
lineNumber
代码中导致异常的代码的行号.

描述

       当eval使用不当时便会抛出EvalError.

属性

prototype
允许自定义属性向EvalError对象中添加.

方法

全局的EvalError对象本身不包含任何方法, 然而它通过原型链继承了一些方法.

参见

文档标签和贡献者

 此页面的贡献者: slientomorrr, teoli, Mickeyboy
 最后编辑者: slientomorrr,