Searched refs:luaG_runerror (Results 1 – 9 of 9) sorted by relevance
/external/lua/src/ |
D | lmem.c | 87 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_() 125 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
|
D | ldebug.c | 696 luaG_runerror(L, "attempt to %s a %s value%s", op, t, varinfo(L, o)); in luaG_typeerror() 701 luaG_runerror(L, "bad 'for' %s (number expected, got %s)", in luaG_forerror() 727 luaG_runerror(L, "number%s has no integer representation", varinfo(L, p2)); in luaG_tointerror() 735 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror() 737 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror() 767 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
|
D | ldebug.h | 45 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
|
D | ltable.c | 297 luaG_runerror(L, "invalid key to 'next'"); /* key not found */ in findindex() 446 luaG_runerror(L, "table overflow"); in setnodevector() 625 luaG_runerror(L, "table index is nil"); in luaH_newkey() 634 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
|
D | lvm.c | 215 luaG_runerror(L, "'for' step is zero"); in forprep() 245 luaG_runerror(L, "'for' step is zero"); in forprep() 319 luaG_runerror(L, "'__index' chain too long; possible loop"); in luaV_finishget() 367 luaG_runerror(L, "'__newindex' chain too long; possible loop"); in luaV_finishset() 658 luaG_runerror(L, "string length overflow"); in luaV_concat() 719 luaG_runerror(L, "attempt to divide by zero"); in luaV_idiv() 739 luaG_runerror(L, "attempt to perform 'n%%0'"); in luaV_mod()
|
D | ldo.c | 227 luaG_runerror(L, "stack overflow"); in luaD_growstack() 715 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk() 717 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
|
D | lfunc.c | 134 luaG_runerror(L, msg, vname); in varerror()
|
D | lobject.c | 526 luaG_runerror(L, "invalid option '%%%c' to 'lua_pushfstring'", in luaO_pushvfstring()
|
D | lstate.c | 147 luaG_runerror(L, "C stack overflow"); in luaE_enterCcall()
|