novx
    Preparing search index...

    Interface StackFrame

    interface StackFrame {
        arguments: any[] | null;
        column: number | null;
        file: string | null;
        lineNumber: number | null;
        methodName: string | null;
    }
    Index

    Properties

    arguments: any[] | null
    column: number | null
    file: string | null
    lineNumber: number | null
    methodName: string | null