Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldebug.h47 LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o,
H A Dlvm.c198 luaG_forerror(L, lim, "limit");
261 luaG_forerror(L, plimit, "limit");
263 luaG_forerror(L, pstep, "step");
265 luaG_forerror(L, pinit, "initial value");
H A Dldebug.c759 l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what) { in luaG_forerror() function