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