Searched refs:isintwups (Results 1 – 3 of 3) sorted by relevance
61 lua_assert(isintwups(L) || L->openupval == NULL); in luaF_findupval()75 if (!isintwups(L)) { /* thread not in list of threads with upvalues? */ in luaF_findupval()
22 #define isintwups(L) (L->twups != L) macro
535 th->openupval == NULL || isintwups(th)); in traversethread()543 if (!isintwups(th) && th->openupval != NULL) { in traversethread()