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

    ResolvePrivateEnvBinding is an abstract operation in the Iridium IR. It indicates a reference to an unresolved private identifier reference.

    • EnvReadSEXP: Environment Read that leads to a Private Symbol or a Private Closure object (lexical).
    • FLAG(NAME): Binding name to resolve.

    • FLAG(FULLY_RESOLVE): Does the binding context request resolution?

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    args: IridiumSEXP[] = []

    Args are the children nodes to the current node.

    flags: [string, IridiumPrimitives][] = []

    Flags store metadata/primitive data in an Iridium node. These nodes cannot store other Iridium S-Expressions.

    tag: string = "IridiumSEXP"

    Tag specifics the S-Expression Type.

    Methods

    • Returns string

    • Parameters

      • flag: string

      Returns boolean

    • Parameters

      • flag: string

      Returns number

    • Parameters

      • flag: string

      Returns string

    • Returns string

    • Parameters

      • flag: string

      Returns boolean

    • Returns boolean

    • Parameters

      • flag: string

      Returns void

    • This method is used to squish the Iridium Code into an array which can be easily stored on disk.

      Returns any[]

      Nested Array of Iridium S-Expressions.

    • Returns void

    • Parameters

      • name: string

      Returns void

    • Parameters

      • space: number = 0

      Returns string