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

/netbsd-current/external/mit/lua/dist/src/
H A Dldebug.h58 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
H A Dlmem.c109 luaG_runerror(L, "too many %s (limit is %d)", what, limit);
147 luaG_runerror(L, "memory allocation error: block too big");
H A Dldebug.c732 luaG_runerror(L, "attempt to %s a %s value%s", op, t, extra);
760 luaG_runerror(L, "bad 'for' %s (number expected, got %s)",
786 luaG_runerror(L, "number%s has no integer representation", varinfo(L, p2));
794 luaG_runerror(L, "attempt to compare two %s values", t1);
796 luaG_runerror(L, "attempt to compare %s with %s", t1, t2);
826 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { function
H A Dltable.c351 luaG_runerror(L, "invalid key to 'next'"); /* key not found */
500 luaG_runerror(L, "table overflow");
681 luaG_runerror(L, "table index is nil");
691 luaG_runerror(L, "table index is NaN");
H A Dlfunc.c135 luaG_runerror(L, "variable '%s' got a non-closable value", vname);
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");
884 luaG_runerror(L, "attempt to yield across a C-call boundary");
886 luaG_runerror(L, "attempt to yield from outside a coroutine");
H A Dlobject.c567 luaG_runerror(L, "invalid option '%%%c' to 'lua_pushfstring'",
H A Dlstate.c171 luaG_runerror(L, "C stack overflow");

Completed in 90 milliseconds