Searched refs:LUA_VPROTO (Results 1 – 4 of 4) sorted by relevance
376 #define gco2p(o) check_exp((o)->tt == LUA_VPROTO, &((cast_u(o))->p))
131 case LUA_VPROTO: return &gco2p(o)->gclist; in getgclist()317 case LUA_VTHREAD: case LUA_VPROTO: { in reallymarkobject()661 case LUA_VPROTO: return traverseproto(g, gco2p(o)); in propagatemark()766 case LUA_VPROTO: in freeobj()
241 GCObject *o = luaC_newobj(L, LUA_VPROTO, sizeof(Proto)); in luaF_newproto()
496 #define LUA_VPROTO makevariant(LUA_TPROTO, 0) macro
Completed in 11 milliseconds