Searched refs:MAXUPVAL (Results 1 – 3 of 3) sorted by relevance
29 #define MAXUPVAL 255 macro
72 api_check(L, idx <= MAXUPVAL + 1, "upvalue index too large"); in index2value()582 api_check(L, n <= MAXUPVAL, "upvalue index too large"); in lua_pushcclosure()
355 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues"); in allocupvalue()357 Upvaldesc, MAXUPVAL, "upvalues"); in allocupvalue()
Completed in 10 milliseconds