Searched refs:luaG_runerror (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lmem.c | 52 luaG_runerror(L, "too many %s (limit is %d)", what, limit); in luaM_growaux_() 67 luaG_runerror(L, "memory allocation error: block too big"); in luaM_toobig()
|
D | ldebug.h | 31 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
|
D | ldebug.c | 525 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror() 528 luaG_runerror(L, "attempt to %s a %s value", op, t); in luaG_typeerror() 551 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror() 553 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror() 586 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
|
D | ltable.c | 163 luaG_runerror(L, "invalid key to " LUA_QL("next")); /* key not found */ in findindex() 289 luaG_runerror(L, "table overflow"); in setnodevector() 407 if (ttisnil(key)) luaG_runerror(L, "table index is nil"); in luaH_newkey() 409 luaG_runerror(L, "table index is NaN"); in luaH_newkey()
|
D | lvm.c | 132 luaG_runerror(L, "loop in gettable"); in luaV_gettable() 171 luaG_runerror(L, "loop in settable"); in luaV_settable() 316 luaG_runerror(L, "string length overflow"); in luaV_concat() 783 luaG_runerror(L, LUA_QL("for") " initial value must be a number"); in luaV_execute() 785 luaG_runerror(L, LUA_QL("for") " limit must be a number"); in luaV_execute() 787 luaG_runerror(L, LUA_QL("for") " step must be a number"); in luaV_execute()
|
D | ldo.c | 186 luaG_runerror(L, "stack overflow"); in luaD_growstack() 396 luaG_runerror(L, "C stack overflow"); in luaD_call() 574 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk() 576 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
|
D | lobject.c | 218 luaG_runerror(L, in luaO_pushvfstring()
|
D | lapi.c | 477 luaG_runerror(L, "C API - attempt to push a signaling NaN")); in lua_pushnumber()
|