#include <lobject.h>
Public Attributes | |
| TString * | varname |
| int | startpc |
| int | endpc |
| int LocVar::endpc |
Definition at line 459 of file lobject.h.
Referenced by DumpDebug(), LoadDebug(), PrintDebug(), and removevars().
| int LocVar::startpc |
Definition at line 458 of file lobject.h.
Referenced by adjustlocalvars(), DumpDebug(), LoadDebug(), localfunc(), luaF_getlocalname(), and PrintDebug().
| TString* LocVar::varname |
Definition at line 457 of file lobject.h.
Referenced by closegoto(), DumpDebug(), LoadDebug(), luaF_getlocalname(), PrintDebug(), registerlocalvar(), and traverseproto().
1.8.8