Home
last modified time | relevance | path

Searched refs:MAXUPVAL (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlfunc.h29 #define MAXUPVAL 255 macro
Dlapi.c76 api_check(L, idx <= MAXUPVAL + 1, "upvalue index too large"); in index2addr()
541 api_check(L, n <= MAXUPVAL, "upvalue index too large"); in lua_pushcclosure()
Dlparser.c231 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues"); in newupvalue()
233 Upvaldesc, MAXUPVAL, "upvalues"); in newupvalue()