#include <lparser.h>
Data Fields | |
| 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 [LUAI_MAXUPVALUES] |
| unsigned short | actvar [LUAI_MAXVARS] |
| struct FuncState* FuncState::prev |
| struct LexState* FuncState::ls |
| struct lua_State* FuncState::L |
| struct BlockCnt* FuncState::bl |
| int FuncState::pc |
| int FuncState::jpc |
| int FuncState::nk |
| int FuncState::np |
| short FuncState::nlocvars |
| upvaldesc FuncState::upvalues[LUAI_MAXUPVALUES] |
| unsigned short FuncState::actvar[LUAI_MAXVARS] |