native Lua  0.5.0-devel
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 previousline
 
int nk
 
int np
 
int nabslineinfo
 
int firstlocal
 
int firstlabel
 
short ndebugvars
 
lu_byte nactvar
 
lu_byte nups
 
lu_byte freereg
 
lu_byte iwthabs
 
lu_byte needclose
 

Field Documentation

◆ bl

struct BlockCnt* FuncState::bl

◆ f

Proto* FuncState::f

◆ firstlabel

int FuncState::firstlabel

◆ firstlocal

int FuncState::firstlocal

◆ freereg

lu_byte FuncState::freereg

◆ iwthabs

lu_byte FuncState::iwthabs

◆ lasttarget

int FuncState::lasttarget

◆ ls

struct LexState* FuncState::ls

◆ nabslineinfo

int FuncState::nabslineinfo

◆ nactvar

lu_byte FuncState::nactvar

◆ ndebugvars

short FuncState::ndebugvars

◆ needclose

lu_byte FuncState::needclose

◆ nk

int FuncState::nk

◆ np

int FuncState::np

◆ nups

lu_byte FuncState::nups

◆ pc

int FuncState::pc

◆ prev

struct FuncState* FuncState::prev

◆ previousline

int FuncState::previousline

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