Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlmem.c109 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_()
147 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
H A Dldebug.c732 luaG_runerror(L, "attempt to %s a %s value%s", op, t, extra); in typeerror()
760 luaG_runerror(L, "bad 'for' %s (number expected, got %s)", in luaG_forerror()
786 luaG_runerror(L, "number%s has no integer representation", varinfo(L, p2)); in luaG_tointerror()
794 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror()
796 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror()
826 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
H A Dldebug.h58 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
H A Dltable.c351 luaG_runerror(L, "invalid key to 'next'"); /* key not found */ in findindex()
500 luaG_runerror(L, "table overflow"); in setnodevector()
681 luaG_runerror(L, "table index is nil"); in luaH_newkey()
691 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
H A Dlvm.c234 luaG_runerror(L, "'for' step is zero");
267 luaG_runerror(L, "'for' step is zero");
344 luaG_runerror(L, "'__index' chain too long; possible loop");
389 luaG_runerror(L, "'__newindex' chain too long; possible loop");
707 luaG_runerror(L, "string length overflow");
769 luaG_runerror(L, "attempt to divide by zero");
789 luaG_runerror(L, "attempt to perform 'n%%0'");
H A Dldo.c271 luaG_runerror(L, "stack overflow"); in luaD_growstack()
884 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk()
886 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
H A Dlfunc.c135 luaG_runerror(L, "variable '%s' got a non-closable value", vname); in checkclosemth()
H A Dlstate.c171 luaG_runerror(L, "C stack overflow"); in luaE_checkcstack()
H A Dlobject.c567 luaG_runerror(L, "invalid option '%%%c' to 'lua_pushfstring'", in luaO_pushvfstring()