Home
last modified time | relevance | path

Searched refs:luaG_typeerror (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.h25 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
H A Dldebug.c527 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror() function
549 luaG_typeerror(L, p1, "concatenate"); in luaG_concaterror()
557 luaG_typeerror(L, p2, "perform arithmetic on"); in luaG_aritherror()
H A Dlvm.c126 luaG_typeerror(L, t, "index"); in luaV_gettable()
164 luaG_typeerror(L, t, "index"); in luaV_settable()
353 luaG_typeerror(L, rb, "get length of"); in luaV_objlen()
H A Dldo.c363 luaG_typeerror(L, func, "call"); in tryfuncTM()
/freebsd/contrib/lua/src/
H A Dldebug.h42 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
H A Dldebug.c736 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror() function
763 luaG_typeerror(L, p1, "concatenate"); in luaG_concaterror()
771 luaG_typeerror(L, p2, msg); in luaG_opinterror()
H A Dlvm.c300 luaG_typeerror(L, t, "index"); /* no metamethod */ in luaV_finishget()
354 luaG_typeerror(L, t, "index"); in luaV_finishset()
710 luaG_typeerror(L, rb, "get length of"); in luaV_objlen()