Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlmem.c58 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_()
73 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
H A Dldebug.h34 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
H A Dldebug.c570 luaG_runerror(L, "attempt to %s a %s value%s", op, t, varinfo(L, o)); in luaG_typeerror()
596 luaG_runerror(L, "number%s has no integer representation", varinfo(L, p2)); in luaG_tointerror()
604 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror()
606 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror()
635 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
H A Dlvm.c193 luaG_runerror(L, "gettable chain too long; possible loop");
236 luaG_runerror(L, "settable chain too long; possible loop");
497 luaG_runerror(L, "string length overflow");
557 luaG_runerror(L, "attempt to divide by zero");
577 luaG_runerror(L, "attempt to perform 'n%%0'");
1264 luaG_runerror(L, "'for' limit must be a number");
1267 luaG_runerror(L, "'for' step must be a number");
1270 luaG_runerror(L, "'for' initial value must be a number");
1276 luaG_runerror(L, "'for' limit must be a number");
1279 luaG_runerror(L, "'for' step must be a number");
[all …]
H A Dltable.c194 luaG_runerror(L, "invalid key to 'next'"); /* key not found */ in findindex()
333 luaG_runerror(L, "table overflow"); in setnodevector()
460 if (ttisnil(key)) luaG_runerror(L, "table index is nil"); in luaH_newkey()
469 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
H A Dldo.c201 luaG_runerror(L, "stack overflow"); in luaD_growstack()
420 luaG_runerror(L, "C stack overflow"); in luaD_call()
619 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk()
621 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
H A Dlobject.c442 luaG_runerror(L, "invalid option '%%%c' to 'lua_pushfstring'", in luaO_pushvfstring()