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

    Interface ReferenceError

    表示一个错误,当引用一个不存在的变量时抛出。

    Represents an error that is thrown when referencing a non-existent variable.

    interface ReferenceError {
        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.