@ac-essentials/misc-util
    Preparing search index...

    Type Alias V8StackFrame

    type V8StackFrame = {
        async: boolean;
        columnNumber: number | null;
        constructor: boolean;
        enclosingColumnNumber: number | null;
        enclosingLineNumber: number | null;
        eval: boolean;
        evalOrigin: string | undefined;
        fileName: string | null;
        function: Function | undefined;
        functionName: string | null;
        lineNumber: number | null;
        methodName: string | null;
        native: boolean;
        position: number;
        promiseAll: boolean;
        promiseIndex: number | null;
        scriptHash: string;
        scriptNameOrSourceURL: string | null;
        this: unknown;
        toplevel: boolean;
        typeName: string | null;
    }
    Index

    Properties

    async: boolean
    columnNumber: number | null
    constructor: boolean
    enclosingColumnNumber: number | null
    enclosingLineNumber: number | null
    eval: boolean
    evalOrigin: string | undefined
    fileName: string | null
    function: Function | undefined
    functionName: string | null
    lineNumber: number | null
    methodName: string | null
    native: boolean
    position: number
    promiseAll: boolean
    promiseIndex: number | null
    scriptHash: string
    scriptNameOrSourceURL: string | null
    this: unknown
    toplevel: boolean
    typeName: string | null