#include <lparser.h>
Public Attributes | |
| 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 [read] |
struct LexState* FuncState::ls [read] |
struct lua_State* FuncState::L [read] |
struct BlockCnt* FuncState::bl [read] |
| 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] |
1.5.5