lua5.4
Public 属性 | 所有成员列表
FuncState结构体 参考

#include <lparser.h>

FuncState 的协作图:
[图例]

Public 属性

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
 

类成员变量说明

◆ 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

该结构体的文档由以下文件生成: