Searched refs:luaG_runerror (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | lmem.c | 58 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 D | ldebug.h | 34 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
|
| H A D | ldebug.c | 570 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 D | lvm.c | 193 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 D | ltable.c | 194 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 D | ldo.c | 201 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 D | lobject.c | 442 luaG_runerror(L, "invalid option '%%%c' to 'lua_pushfstring'", in luaO_pushvfstring()
|