|
Proto * | f |
|
Table * | h |
|
struct FuncState * | prev |
|
struct LexState * | ls |
|
struct lua_State * | L |
|
struct BlockCnt * | bl |
|
int | pc |
|
int | lasttarget |
|
int | jpc |
|
int | freereg |
|
int | nk |
|
int | np |
|
short | nlocvars |
|
lu_byte | nactvar |
|
upvaldesc | upvalues [60] |
|
unsigned short | actvar [200] |
|
GCtab * | kt |
|
LexState * | ls |
|
lua_State * | L |
|
FuncScope * | bl |
|
BCPos | pc |
|
BCPos | lasttarget |
|
BCPos | jpc |
|
BCReg | freereg |
|
BCReg | nactvar |
|
BCReg | nkn |
|
BCReg | nkgc |
|
BCLine | linedefined |
|
BCInsLine * | bcbase |
|
BCPos | bclim |
|
MSize | vbase |
|
uint8_t | flags |
|
uint8_t | numparams |
|
uint8_t | framesize |
|
uint8_t | nuv |
|
VarIndex | varmap [LJ_MAX_LOCVAR] |
|
VarIndex | uvmap [LJ_MAX_UPVAL] |
|
VarIndex | uvtmp [LJ_MAX_UPVAL] |
|
The documentation for this struct was generated from the following files:
- Server/trunk/LuaJIT/src/host/minilua.c
- Server/trunk/LuaJIT/src/lj_parse.c