Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A 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()
H A Dldebug.c539 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror()
542 luaG_runerror(L, "attempt to %s a %s value", op, t); in luaG_typeerror()
565 luaG_runerror(L, "attempt to compare two %s values", t1); in luaG_ordererror()
567 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror()
600 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror() function
H A 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()
374 luaG_runerror(L, "attempt to divide by zero"); in luaV_div()
394 luaG_runerror(L, "attempt to perform 'n%%0'"); in luaV_mod()
846 luaG_runerror(L, LUA_QL("for") " initial value must be a number"); in luaV_execute()
848 luaG_runerror(L, LUA_QL("for") " limit must be a number"); in luaV_execute()
850 luaG_runerror(L, LUA_QL("for") " step must be a number"); in luaV_execute()
H A 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()
H A Dldebug.h31 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
H A Dldo.c190 luaG_runerror(L, "stack overflow"); in luaD_growstack()
400 luaG_runerror(L, "C stack overflow"); in luaD_call()
578 luaG_runerror(L, "attempt to yield across a C-call boundary"); in lua_yieldk()
580 luaG_runerror(L, "attempt to yield from outside a coroutine"); in lua_yieldk()
H A Dlobject.c214 luaG_runerror(L, in luaO_pushvfstring()
H A Dlapi.c476 luaG_runerror(L, "C API - attempt to push a signaling NaN")); in lua_pushnumber()