Searched refs:LUA_VUSERDATA (Results 1 – 6 of 6) sorted by relevance
407 #define LUA_VUSERDATA makevariant(LUA_TUSERDATA, 0) macro410 #define ttisfulluserdata(o) checktag((o), ctb(LUA_VUSERDATA))422 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VUSERDATA)); \
366 #define gco2u(o) check_exp((o)->tt == LUA_VUSERDATA, &((cast_u(o))->u))
132 case LUA_VUSERDATA: { in getgclist()308 case LUA_VUSERDATA: { in reallymarkobject()660 case LUA_VUSERDATA: return traverseudata(g, gco2u(o)); in propagatemark()786 case LUA_VUSERDATA: { in freeobj()
276 o = luaC_newobj(L, LUA_VUSERDATA, sizeudata(nuvalue, s)); in luaS_newudata()
407 case LUA_VUSERDATA: return uvalue(o)->len; in lua_rawlen()455 case LUA_VUSERDATA: case LUA_VLIGHTUSERDATA: in lua_topointer()
587 case LUA_VUSERDATA: { in luaV_equalobj()