Searched refs:MAXUPVAL (Results 1 – 3 of 3) sorted by relevance
126 #define MAXUPVAL UCHAR_MAX macro
71 api_check(L, idx <= MAXUPVAL + 1, "upvalue index too large"); in index2addr()563 api_check(L, n <= MAXUPVAL, "upvalue index too large"); in lua_pushcclosure()
234 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues"); in newupvalue()236 Upvaldesc, MAXUPVAL, "upvalues"); in newupvalue()