Searched refs:luaG_typeerror (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | ldebug.h | 32 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
|
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()
|
D | lvm.c | 296 luaG_typeerror(L, t, "index"); /* no metamethod */ in luaV_finishget() 353 luaG_typeerror(L, t, "index"); in luaV_finishset() 702 luaG_typeerror(L, rb, "get length of"); in luaV_objlen()
|
D | ldo.c | 358 luaG_typeerror(L, s2v(func), "call"); /* nothing to call */ in luaD_tryfuncTM()
|