HomeSort by: relevance | last modified time | path
    Searched refs:LUA_VUSERDATA (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/lua/dist/src/
lobject.h 443 #define LUA_VUSERDATA makevariant(LUA_TUSERDATA, 0)
446 #define ttisfulluserdata(o) checktag((o), ctb(LUA_VUSERDATA))
458 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VUSERDATA)); \
lstate.h 377 #define gco2u(o) check_exp((o)->tt == LUA_VUSERDATA, &((cast_u(o))->u))
lstring.c 268 o = luaC_newobj(L, LUA_VUSERDATA, sizeudata(nuvalue, s));
lgc.c 135 case LUA_VUSERDATA: {
316 case LUA_VUSERDATA: {
667 case LUA_VUSERDATA: return traverseudata(g, gco2u(o));
797 case LUA_VUSERDATA: {
lapi.c 439 case LUA_VUSERDATA: return uvalue(o)->len;
487 case LUA_VUSERDATA: case LUA_VLIGHTUSERDATA:
lvm.c 635 case LUA_VUSERDATA: {

Completed in 26 milliseconds