#include <lua/lobject.h>
Data Fields | |
TString * | varname |
int | startpc |
int | endpc |
Definition at line 262 of file lobject.h.
int LocVar::endpc |
int LocVar::startpc |
Definition at line 264 of file lobject.h.
Referenced by DumpDebug(), LoadDebug(), and luaF_getlocalname().
Definition at line 263 of file lobject.h.
Referenced by DumpDebug(), LoadDebug(), luaF_getlocalname(), registerlocalvar(), and traverseproto().