Searched refs:LUA_VPROTO (Results 1 – 4 of 4) sorted by relevance
372 #define gco2p(o) check_exp((o)->tt == LUA_VPROTO, &((cast_u(o))->p))
131 case LUA_VPROTO: return &gco2p(o)->gclist; in getgclist()318 case LUA_VTHREAD: case LUA_VPROTO: { in reallymarkobject()663 case LUA_VPROTO: return traverseproto(g, gco2p(o)); in propagatemark()768 case LUA_VPROTO: in freeobj()
247 GCObject *o = luaC_newobj(L, LUA_VPROTO, sizeof(Proto)); in luaF_newproto()
485 #define LUA_VPROTO makevariant(LUA_TPROTO, 0) macro