Searched refs:LUA_VCCL (Results 1 – 7 of 7) sorted by relevance
579 #define LUA_VCCL makevariant(LUA_TFUNCTION, 2) /* C closure */ macro584 #define ttisCclosure(o) checktag((o), ctb(LUA_VCCL))609 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VCCL)); \
372 #define gco2ccl(o) check_exp((o)->tt == LUA_VCCL, &((cast_u(o))->cl.c))
129 case LUA_VCCL: return &gco2ccl(o)->gclist; in getgclist()316 case LUA_VLCL: case LUA_VCCL: case LUA_VTABLE: in reallymarkobject()660 case LUA_VCCL: return traverseCclosure(g, gco2ccl(o)); in propagatemark()777 case LUA_VCCL: { in freeobj()
28 GCObject *o = luaC_newobj(L, LUA_VCCL, sizeCclosure(nupvals)); in luaF_newCclosure()
1352 case LUA_VCCL: { /* C closure */ in aux_upvalue()1429 case LUA_VCCL: { /* C closure */ in lua_upvalueid()
34 #define noLuaClosure(f) ((f) == NULL || (f)->c.tt == LUA_VCCL)
512 case LUA_VCCL: /* C closure */ in luaD_precall()
Completed in 19 milliseconds