Function

A function

Members

Variables

code
VmStat[] code;

The actual body of this function

data
string[] data;

String data used in this function

functions
Function[] functions;

Functions used in this function

locals
ulong locals;

The number of local variables to allocate in this function

upvalues
ulong upvalues;

The number of upvalues to allocate in this function

Meta