KC's Workspace
    Preparing search index...
    interface TryStatement {
        block: BlockStatement;
        finalizer?: BlockStatement | null;
        handler?: CatchClause | null;
        leadingComments?: Comment[];
        loc?: SourceLocation | null;
        range?: [number, number];
        trailingComments?: Comment[];
        type: "TryStatement";
    }

    Hierarchy (View Summary)

    Index

    Properties

    finalizer?: BlockStatement | null
    handler?: CatchClause | null
    leadingComments?: Comment[]
    loc?: SourceLocation | null
    range?: [number, number]
    trailingComments?: Comment[]
    type: "TryStatement"