Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.h21 LUAI_FUNC void luaG_typeerror (lua_State *L, const TValue *o,
H A Dldebug.c567 void luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror() function
584 luaG_typeerror(L, p1, "concatenate"); in luaG_concaterror()
592 luaG_typeerror(L, p2, "perform arithmetic on"); in luaG_aritherror()
H A Dlvm.c123 luaG_typeerror(L, t, "index"); in luaV_gettable()
152 luaG_typeerror(L, t, "index"); in luaV_settable()
528 luaG_typeerror(L, rb, "get length of"); in luaV_execute()
H A Dldo.c249 luaG_typeerror(L, func, "call"); in tryfuncTM()
/f-stack/freebsd/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.c349 luaG_typeerror(L, func, "call"); in tryfuncTM()