|
lua5.4
|
#include <lparser.h>
Public 属性 | |
| Proto * | f |
| struct FuncState * | prev |
| struct LexState * | ls |
| struct BlockCnt * | bl |
| 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 |
| struct BlockCnt* FuncState::bl |
| Proto* FuncState::f |
| int FuncState::firstlabel |
| int FuncState::firstlocal |
| lu_byte FuncState::freereg |
| lu_byte FuncState::iwthabs |
| int FuncState::lasttarget |
| struct LexState* FuncState::ls |
| int FuncState::nabslineinfo |
| lu_byte FuncState::nactvar |
| short FuncState::ndebugvars |
| lu_byte FuncState::needclose |
| int FuncState::nk |
| int FuncState::np |
| lu_byte FuncState::nups |
| int FuncState::pc |
| struct FuncState* FuncState::prev |
| int FuncState::previousline |
1.8.18