Home
last modified time | relevance | path

Searched refs:luaG_runerror (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlmem.c52 luaG_runerror(L, errormsg); in luaM_growaux_()
67 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
H A Dldebug.h28 LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...);
H A Dldebug.c574 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 Dltable.c156 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 Dlvm.c130 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 Dldo.c175 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 Dlapi.c208 luaG_runerror(L, "no calling environment"); in lua_replace()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlmem.c51 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_()
66 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
H A Dldebug.c539 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror()
542 luaG_runerror(L, "attempt to %s a %s value", op, t); in luaG_typeerror()
565 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror()
567 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror()
600 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
H A Dldebug.h32 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
H A Dltable.c163 luaG_runerror(L, "invalid key to " LUA_QL("next")); /* key not found */ in findindex()
289 luaG_runerror(L, "table overflow"); in setnodevector()
407 if (ttisnil(key)) luaG_runerror(L, "table index is nil"); in luaH_newkey()
410 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
H A Dlvm.c133 luaG_runerror(L, "loop in gettable"); in luaV_gettable()
172 luaG_runerror(L, "loop in settable"); in luaV_settable()
317 luaG_runerror(L, "string length overflow"); in luaV_concat()
375 luaG_runerror(L, "attempt to divide by zero"); in luaV_div()
395 luaG_runerror(L, "attempt to perform 'n%%0'"); in luaV_mod()
847 luaG_runerror(L, LUA_QL("for") " initial value must be a number"); in luaV_execute()
849 luaG_runerror(L, LUA_QL("for") " limit must be a number"); in luaV_execute()
851 luaG_runerror(L, LUA_QL("for") " step must be a number"); in luaV_execute()
H A Dldo.c256 luaG_runerror(L, "stack overflow"); in luaD_growstack()
466 luaG_runerror(L, "C stack overflow"); in luaD_call()
472 luaG_runerror(L, "C stack overflow"); in luaD_call()
649 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk()
651 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
H A Dlobject.c213 luaG_runerror(L, in luaO_pushvfstring()
H A Dlapi.c474 luaG_runerror(L, "C API - attempt to push a signaling NaN")); in lua_pushnumber()