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

    Used to set the home object, this mechanism is also used to verify brands for private method calls at runtime...

    [homeObj, funcObj = 2] JSSetHome (homeObj, funcObj)
    
    • ARG(homeObj): The home object.

    • ARG(funcObj): The function object.

    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

    • 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.