Searched refs:luaG_runerror (Results 1 – 7 of 7) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lmem.c | 52 luaG_runerror(L, errormsg); in luaM_growaux_() 67 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
|
| H A D | ldebug.h | 28 LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...);
|
| H A D | ldebug.c | 574 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror() 577 luaG_runerror(L, "attempt to %s a %s value", op, t); in luaG_typeerror() 600 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror() 602 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror() 631 void luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
|
| H A D | ltable.c | 156 luaG_runerror(L, "invalid key to " LUA_QL("next")); /* key not found */ in findindex() 282 luaG_runerror(L, "table overflow"); in setnodevector() 500 if (ttisnil(key)) luaG_runerror(L, "table index is nil"); in luaH_set() 502 luaG_runerror(L, "table index is NaN"); in luaH_set()
|
| H A D | lvm.c | 130 luaG_runerror(L, "loop in gettable"); in luaV_gettable() 161 luaG_runerror(L, "loop in settable"); in luaV_settable() 299 if (l >= MAX_SIZET - tl) luaG_runerror(L, "string length overflow"); in luaV_concat() 672 luaG_runerror(L, LUA_QL("for") " initial value must be a number"); in luaV_execute() 674 luaG_runerror(L, LUA_QL("for") " limit must be a number"); in luaV_execute() 676 luaG_runerror(L, LUA_QL("for") " step must be a number"); in luaV_execute()
|
| H A D | ldo.c | 175 luaG_runerror(L, "stack overflow"); in growCI() 373 luaG_runerror(L, "C stack overflow"); in luaD_call() 448 luaG_runerror(L, "attempt to yield across metamethod/C-call boundary"); in lua_yield()
|
| H A D | lapi.c | 208 luaG_runerror(L, "no calling environment"); in lua_replace()
|