Class SpiderFunctionDefinition

A function defined within this module.

Hierarchy

  • SpiderFunctionDefinition

Constructors

Properties

_localVariableRefs: (undefined | Mutable<SpiderLocalVariableReference>)[]
_localVariables: SpiderValueType[]

The instructions executed when this function is invoked.

module: SpiderModule

The signature type of this function.

Accessors

Methods

  • Removes local variables from this function and inserts new ones in their place. Parameters and return values are the same as Javascript's Array.splice method.

    Parameters

    Returns SpiderValueType[]

Generated using TypeDoc