Home
last modified time | relevance | path

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

/external/lua/src/
Dldebug.h34 LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o,
Dlvm.c182 luaG_forerror(L, lim, "limit"); in forlimit()
239 luaG_forerror(L, plimit, "limit"); in forprep()
241 luaG_forerror(L, pstep, "step"); in forprep()
243 luaG_forerror(L, pinit, "initial value"); in forprep()
Dldebug.c700 l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what) { in luaG_forerror() function