神岛 API 文档 - ArenaPro版
    Preparing search index...

    表示一个与全局 eval() 函数相关的错误。

    Represents an error related to the global eval() function.

    interface EvalError {
        message: string;
        name: string;
        stack?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: string

    错误消息。

    The error message.

    name: string

    错误的名称。

    The name of the error.

    stack?: string

    (非标准)调用堆栈。

    (Non-standard) The call stack.