Searched refs:luaG_typeerror (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | ldebug.h | 25 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
|
| H A D | ldebug.c | 526 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror() function 548 luaG_typeerror(L, p1, "concatenate"); in luaG_concaterror() 556 luaG_typeerror(L, p2, "perform arithmetic on"); in luaG_aritherror()
|
| H A D | lvm.c | 126 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 D | ldo.c | 348 luaG_typeerror(L, func, "call"); in tryfuncTM()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | ldebug.h | 32 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
|
| H A D | ldebug.c | 694 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror() function 708 luaG_typeerror(L, p1, "concatenate"); in luaG_concaterror() 716 luaG_typeerror(L, p2, msg); in luaG_opinterror()
|
| H A D | lvm.c | 303 luaG_typeerror(L, t, "index"); /* no metamethod */ in luaV_finishget() 360 luaG_typeerror(L, t, "index"); in luaV_finishset() 709 luaG_typeerror(L, rb, "get length of"); in luaV_objlen()
|
| H A D | ldo.c | 378 luaG_typeerror(L, s2v(func), "call"); /* nothing to call */ in luaD_tryfuncTM()
|