Searched refs:isupvalue (Results 1 – 1 of 1) sorted by relevance
53 #define isupvalue(i) ((i) < LUA_REGISTRYINDEX) macro238 if (isupvalue(toidx)) /* function upvalue? */ in lua_copy()