Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dldebug.c694 luaG_runerror(L, "attempt to %s a %s value%s", op, t, varinfo(L, o)); in luaG_typeerror()
704 luaG_runerror(L, "%s '%s' is not callable (a %s value)", what, name, t); in luaG_callerror()
712 luaG_runerror(L, "bad 'for' %s (number expected, got %s)", in luaG_forerror()
738 luaG_runerror(L, "number%s has no integer representation", varinfo(L, p2)); in luaG_tointerror()
746 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror()
748 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror()
778 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
A Dlmem.c87 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_()
125 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
A Dldebug.h56 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
A Dltable.c330 luaG_runerror(L, "invalid key to 'next'"); /* key not found */ in findindex()
479 luaG_runerror(L, "table overflow"); in setnodevector()
658 luaG_runerror(L, "table index is nil"); in luaH_newkey()
667 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
A Dlvm.c215 luaG_runerror(L, "'for' step is zero"); in forprep()
245 luaG_runerror(L, "'for' step is zero"); in forprep()
319 luaG_runerror(L, "'__index' chain too long; possible loop"); in luaV_finishget()
364 luaG_runerror(L, "'__newindex' chain too long; possible loop"); in luaV_finishset()
660 luaG_runerror(L, "string length overflow"); in luaV_concat()
721 luaG_runerror(L, "attempt to divide by zero"); in luaV_idiv()
741 luaG_runerror(L, "attempt to perform 'n%%0'"); in luaV_mod()
A Dldo.c243 luaG_runerror(L, "stack overflow"); in luaD_growstack()
819 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk()
821 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
A Dlfunc.c132 luaG_runerror(L, "variable '%s' got a non-closable value", vname); in checkclosemth()
A Dlstate.c167 luaG_runerror(L, "C stack overflow"); in luaE_checkcstack()
A Dlobject.c526 luaG_runerror(L, "invalid option '%%%c' to 'lua_pushfstring'", in luaO_pushvfstring()

Completed in 28 milliseconds