Home
last modified time | relevance | path

Searched refs:LUA_VPROTO (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlstate.h372 #define gco2p(o) check_exp((o)->tt == LUA_VPROTO, &((cast_u(o))->p))
Dlgc.c131 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()
Dlfunc.c247 GCObject *o = luaC_newobj(L, LUA_VPROTO, sizeof(Proto)); in luaF_newproto()
Dlobject.h485 #define LUA_VPROTO makevariant(LUA_TPROTO, 0) macro