iridium - v0.9a
    Preparing search index...

    Type Alias BBSEXPFlags

    BBSEXPFlags: "TopLevel" | "ClosureBoundary" | "Lexical"

    Flags indicating the kind of BB.

    • TopLevel: Represents that the BB operates on the topmost scope.

    • ClosureBoundary: Represents that the BB operates on the topmost scope of a closure.

    • Lexical: Represents that the BB operates on a lexical scope.