Searched refs:luaG_typeerror (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | ldebug.h | 21 LUAI_FUNC void luaG_typeerror (lua_State *L, const TValue *o,
|
| H A D | ldebug.c | 567 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 D | lvm.c | 123 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 D | ldo.c | 249 luaG_typeerror(L, func, "call"); in tryfuncTM()
|