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