Searched refs:luaG_forerror (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | ldebug.h | 34 LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o,
|
D | lvm.c | 182 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()
|
D | ldebug.c | 700 l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what) { in luaG_forerror() function
|