Flags indicating the kind of BB.
TopLevel: Represents that the BB operates on the topmost scope.
TopLevel
ClosureBoundary: Represents that the BB operates on the topmost scope of a closure.
ClosureBoundary
Lexical: Represents that the BB operates on a lexical scope.
Lexical
Remarks
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.