Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldebug.h24 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.c125 luaG_typeerror(L, t, "index"); in luaV_gettable()
163 luaG_typeerror(L, t, "index"); in luaV_settable()
352 luaG_typeerror(L, rb, "get length of"); in luaV_objlen()
H A Dldo.c289 luaG_typeerror(L, func, "call"); in tryfuncTM()
/freebsd-12.1/contrib/lua/src/
H A Dldebug.h21 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
H A Dldebug.c585 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror() function
593 luaG_typeerror(L, p1, "concatenate"); in luaG_concaterror()
602 luaG_typeerror(L, p2, msg); in luaG_opinterror()
H A Dlvm.c169 luaG_typeerror(L, t, "index"); /* no metamethod */ in luaV_finishget()
225 luaG_typeerror(L, t, "index"); in luaV_finishset()
538 luaG_typeerror(L, rb, "get length of"); in luaV_objlen()
H A Dldo.c319 luaG_typeerror(L, func, "call"); in tryfuncTM()