Searched refs:LocVar (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lobject.h | 514 typedef struct LocVar { struct 518 } LocVar; typedef 559 LocVar *locvars; /* information about local variables (debug information) */
|
A D | lundump.c | 241 f->locvars = luaM_newvectorchecked(S->L, n, LocVar); in loadDebug()
|
A D | lparser.c | 179 LocVar, SHRT_MAX, "local variables"); in registerlocalvar() 251 static LocVar *localdebuginfo (FuncState *fs, int vidx) { in localdebuginfo() 331 LocVar *var = localdebuginfo(fs, --fs->nactvar); in removevars() 758 luaM_shrinkvector(L, f->locvars, f->sizelocvars, fs->ndebugvars, LocVar); in close_func()
|
Completed in 9 milliseconds