Searched refs:luaG_runerror (Results 1 – 7 of 7) sorted by relevance
/external/lua/src/ |
D | lmem.c | 54 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_() 69 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
|
D | ldebug.c | 587 luaG_runerror(L, "attempt to %s a %s value%s", op, t, varinfo(L, o)); in luaG_typeerror() 613 luaG_runerror(L, "number%s has no integer representation", varinfo(L, p2)); in luaG_tointerror() 621 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror() 623 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror() 652 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
|
D | ltable.c | 179 luaG_runerror(L, "invalid key to 'next'"); /* key not found */ in findindex() 320 luaG_runerror(L, "table overflow"); in setnodevector() 464 if (ttisnil(key)) luaG_runerror(L, "table index is nil"); in luaH_newkey() 472 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
|
D | ldebug.h | 32 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
|
D | lvm.c | 192 luaG_runerror(L, "'__index' chain too long; possible loop"); in luaV_finishget() 237 luaG_runerror(L, "'__newindex' chain too long; possible loop"); in luaV_finishset() 494 luaG_runerror(L, "string length overflow"); in luaV_concat() 555 luaG_runerror(L, "attempt to divide by zero"); in luaV_div() 575 luaG_runerror(L, "attempt to perform 'n%%0'"); in luaV_mod() 1230 luaG_runerror(L, "'for' limit must be a number"); in luaV_execute() 1233 luaG_runerror(L, "'for' step must be a number"); in luaV_execute() 1236 luaG_runerror(L, "'for' initial value must be a number"); in luaV_execute()
|
D | ldo.c | 202 luaG_runerror(L, "stack overflow"); in luaD_growstack() 483 luaG_runerror(L, "C stack overflow"); in stackerror() 700 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk() 702 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
|
D | lobject.c | 454 luaG_runerror(L, "invalid option '%%%c' to 'lua_pushfstring'", in luaO_pushvfstring()
|