Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.h73 upvaldesc upvalues[LUAI_MAXUPVALUES]; /* upvalues */
H A Dluaconf.h482 #define LUAI_MAXUPVALUES 60 macro
H A Dlparser.c194 luaY_checklimit(fs, f->nups + 1, LUAI_MAXUPVALUES, "upvalues"); in indexupvalue()