Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dllimits.h128 #define LUAI_MINCSTACK 4096 macro
H A Dldo.c484 if (L->runerror == 0 && remaining < LUAI_MINCSTACK) in luaD_call()
486 if (L->runerror != 0 && remaining < LUAI_MINCSTACK / 2) in luaD_call()