Searched refs:thvalue (Results 1 – 4 of 4) sorted by relevance
397 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()406 case LUA_TTHREAD: return thvalue(o); in lua_topointer()629 setobj2s(L, L->top, gt(thvalue(o))); in lua_getfenv()750 sethvalue(L, gt(thvalue(o)), hvalue(L->top - 1)); in lua_setfenv()
101 #define thvalue(o) check_exp(ttisthread(o), &(o)->value.gc->th) macro
164 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th) macro
436 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()447 case LUA_TTHREAD: return thvalue(o); in lua_topointer()