HomeSort by relevance Sort by last modified time
    Searched refs:luaG_runerror (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lmem.c 52 luaG_runerror(L, "too many %s (limit is %d)", what, limit);
67 luaG_runerror(L, "memory allocation error: block too big");
ldebug.h 31 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
ldebug.c 525 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)",
528 luaG_runerror(L, "attempt to %s a %s value", op, t);
551 luaG_runerror(L, "attempt to compare two %s values", t1);
553 luaG_runerror(L, "attempt to compare %s with %s", t1, t2);
586 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) {
ltable.c 163 luaG_runerror(L, "invalid key to " LUA_QL("next")); /* key not found */
289 luaG_runerror(L, "table overflow");
407 if (ttisnil(key)) luaG_runerror(L, "table index is nil");
409 luaG_runerror(L, "table index is NaN");
lvm.c 132 luaG_runerror(L, "loop in gettable");
171 luaG_runerror(L, "loop in settable");
316 luaG_runerror(L, "string length overflow");
783 luaG_runerror(L, LUA_QL("for") " initial value must be a number");
785 luaG_runerror(L, LUA_QL("for") " limit must be a number");
787 luaG_runerror(L, LUA_QL("for") " step must be a number");
ldo.c 186 luaG_runerror(L, "stack overflow");
396 luaG_runerror(L, "C stack overflow");
574 luaG_runerror(L, "attempt to yield across a C-call boundary");
576 luaG_runerror(L, "attempt to yield from outside a coroutine");
lobject.c 218 luaG_runerror(L,
lapi.c 477 luaG_runerror(L, "C API - attempt to push a signaling NaN"));
  /external/lua/src/
lmem.c 54 luaG_runerror(L, "too many %s (limit is %d)", what, limit);
69 luaG_runerror(L, "memory allocation error: block too big");
ldebug.h 32 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
ltable.c 179 luaG_runerror(L, "invalid key to 'next'"); /* key not found */
320 luaG_runerror(L, "table overflow");
464 if (ttisnil(key)) luaG_runerror(L, "table index is nil");
472 luaG_runerror(L, "table index is NaN");
ldebug.c 587 luaG_runerror(L, "attempt to %s a %s value%s", op, t, varinfo(L, o));
613 luaG_runerror(L, "number%s has no integer representation", varinfo(L, p2));
621 luaG_runerror(L, "attempt to compare two %s values", t1);
623 luaG_runerror(L, "attempt to compare %s with %s", t1, t2);
652 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) {
lvm.c 192 luaG_runerror(L, "'__index' chain too long; possible loop");
237 luaG_runerror(L, "'__newindex' chain too long; possible loop");
494 luaG_runerror(L, "string length overflow");
555 luaG_runerror(L, "attempt to divide by zero");
575 luaG_runerror(L, "attempt to perform 'n%%0'");
    [all...]
ldo.c 202 luaG_runerror(L, "stack overflow");
483 luaG_runerror(L, "C stack overflow");
700 luaG_runerror(L, "attempt to yield across a C-call boundary");
702 luaG_runerror(L, "attempt to yield from outside a coroutine");
lobject.c 454 luaG_runerror(L, "invalid option '%%%c' to 'lua_pushfstring'",

Completed in 807 milliseconds