Home
last modified time | relevance | path

Searched refs:LUAI_MINCSTACK (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllimits.h129 #define LUAI_MINCSTACK 4096 macro
H A Dldo.c471 if (L->runerror == 0 && remaining < LUAI_MINCSTACK) in luaD_call()
473 if (L->runerror != 0 && remaining < LUAI_MINCSTACK / 2) in luaD_call()