Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlmem.c54 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_()
69 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
H A Dldebug.c587 luaG_runerror(L, "attempt to %s a %s value%s", op, t, varinfo(L, o)); in luaG_typeerror()
613 luaG_runerror(L, "number%s has no integer representation", varinfo(L, p2)); in luaG_tointerror()
621 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror()
623 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror()
652 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
H A Dltable.c179 luaG_runerror(L, "invalid key to 'next'"); /* key not found */ in findindex()
320 luaG_runerror(L, "table overflow"); in setnodevector()
464 if (ttisnil(key)) luaG_runerror(L, "table index is nil"); in luaH_newkey()
472 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
H A Dldebug.h32 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
H A Dlvm.c192 luaG_runerror(L, "'__index' chain too long; possible loop"); in luaV_finishget()
237 luaG_runerror(L, "'__newindex' chain too long; possible loop"); in luaV_finishset()
494 luaG_runerror(L, "string length overflow"); in luaV_concat()
555 luaG_runerror(L, "attempt to divide by zero"); in luaV_div()
575 luaG_runerror(L, "attempt to perform 'n%%0'"); in luaV_mod()
1230 luaG_runerror(L, "'for' limit must be a number"); in luaV_execute()
1233 luaG_runerror(L, "'for' step must be a number"); in luaV_execute()
1236 luaG_runerror(L, "'for' initial value must be a number"); in luaV_execute()
H A Dldo.c202 luaG_runerror(L, "stack overflow"); in luaD_growstack()
483 luaG_runerror(L, "C stack overflow"); in stackerror()
700 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk()
702 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
H A Dlobject.c454 luaG_runerror(L, "invalid option '%%%c' to 'lua_pushfstring'", in luaO_pushvfstring()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlmem.c52 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_()
67 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 Dlvm.c132 luaG_runerror(L, "loop in gettable"); in luaV_gettable()
171 luaG_runerror(L, "loop in settable"); in luaV_settable()
316 luaG_runerror(L, "string length overflow"); in luaV_concat()
374 luaG_runerror(L, "attempt to divide by zero"); in luaV_div()
394 luaG_runerror(L, "attempt to perform 'n%%0'"); in luaV_mod()
846 luaG_runerror(L, LUA_QL("for") " initial value must be a number"); in luaV_execute()
848 luaG_runerror(L, LUA_QL("for") " limit must be a number"); in luaV_execute()
850 luaG_runerror(L, LUA_QL("for") " step must be a number"); in luaV_execute()
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()
409 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
H A Dldebug.h31 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
H A Dldo.c196 luaG_runerror(L, "stack overflow"); in luaD_growstack()
406 luaG_runerror(L, "C stack overflow"); in luaD_call()
584 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk()
586 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
H A Dlobject.c214 luaG_runerror(L, in luaO_pushvfstring()
H A Dlapi.c476 luaG_runerror(L, "C API - attempt to push a signaling NaN")); in lua_pushnumber()