M3CompilationScope

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

blockStackIndex
ushort blockStackIndex;
Undocumented in source.
depth
int depth;
Undocumented in source.
exitStackIndex
ushort exitStackIndex;
Undocumented in source.
isPolymorphic
bool isPolymorphic;
Undocumented in source.
opcode
ushort opcode;
Undocumented in source.
outer
M3CompilationScope* outer;
Undocumented in source.
patches
void** patches;
Undocumented in source.
pc
void** pc;
Undocumented in source.
type
M3FuncType* type;
Undocumented in source.

Meta