166 if (pc < f->locvars[i].endpc) {
168 if (local_number == 0)
void luaF_freeproto(lua_State *L, Proto *f)
const char * luaF_getlocalname(const Proto *f, int local_number, int pc)
UpVal * luaF_newupval(lua_State *L)
void luaF_freeclosure(lua_State *L, Closure *c)
void luaF_freeupval(lua_State *L, UpVal *uv)
Proto * luaF_newproto(lua_State *L)
Closure * luaF_newLclosure(lua_State *L, int nelems, Table *e)
UpVal * luaF_findupval(lua_State *L, StkId level)
void luaF_close(lua_State *L, StkId level)
static void unlinkupval(UpVal *uv)
Closure * luaF_newCclosure(lua_State *L, int nelems, Table *e)
void luaC_link(lua_State *L, GCObject *o, lu_byte tt)
void luaC_linkupval(lua_State *L, UpVal *uv)
#define luaM_freearray(L, b, n, t)
#define luaM_freemem(L, b, s)
#define luaM_malloc(L, t)
#define setobj(L, obj1, obj2)