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

  /external/chromium_org/third_party/skia/third_party/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 512 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)",
515 luaG_runerror(L, "attempt to %s a %s value", op, t);
538 luaG_runerror(L, "attempt to compare two %s values", t1);
540 luaG_runerror(L, "attempt to compare %s with %s", t1, t2);
573 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");
389 luaG_runerror(L, "C stack overflow");
566 luaG_runerror(L, "attempt to yield across a C-call boundary");
568 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"));

Completed in 190 milliseconds