FunctionExpr

A function expression

Members

Variables

args
UUID[] args;

A list of argument IDs

body
Block body;

The body of the function

closed
UUID[] closed;

A list of closed IDs

localsCount
ulong localsCount;

The number of variables local to this function

upvalues
UUID[] upvalues;

A list of upvalue IDs

variadic
bool variadic;

Determines if the function is variadic

Meta