Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dldebug.h34 LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o,
H A Dlvm.c189 luaG_forerror(L, lim, "limit"); in forlimit()
246 luaG_forerror(L, plimit, "limit"); in forprep()
248 luaG_forerror(L, pstep, "step"); in forprep()
250 luaG_forerror(L, pinit, "initial value"); in forprep()
H A Dldebug.c700 l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what) { in luaG_forerror() function