native Lua  0.4.0
Lua on the platform you use with the compiler you choose
Data Fields
FuncState Struct Reference

#include <lparser.h>

Collaboration diagram for FuncState:
Collaboration graph
[legend]

Data Fields

Protof
 
struct FuncStateprev
 
struct LexStatels
 
struct BlockCntbl
 
int pc
 
int lasttarget
 
int jpc
 
int nk
 
int np
 
int firstlocal
 
short nlocvars
 
lu_byte nactvar
 
lu_byte nups
 
lu_byte freereg
 

Field Documentation

◆ bl

struct BlockCnt* FuncState::bl

◆ f

Proto* FuncState::f

◆ firstlocal

int FuncState::firstlocal

◆ freereg

lu_byte FuncState::freereg

◆ jpc

int FuncState::jpc

◆ lasttarget

int FuncState::lasttarget

◆ ls

struct LexState* FuncState::ls

◆ nactvar

lu_byte FuncState::nactvar

◆ nk

int FuncState::nk

◆ nlocvars

short FuncState::nlocvars

◆ np

int FuncState::np

◆ nups

lu_byte FuncState::nups

◆ pc

int FuncState::pc

◆ prev

struct FuncState* FuncState::prev

The documentation for this struct was generated from the following file: