Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlmem.c52 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()
Dldebug.h31 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
Dldebug.c525 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
Dltable.c163 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()
Dlvm.c132 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()
Dldo.c186 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()
Dlobject.c218 luaG_runerror(L, in luaO_pushvfstring()
Dlapi.c477 luaG_runerror(L, "C API - attempt to push a signaling NaN")); in lua_pushnumber()