Searched refs:luaG_typeerror (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | ldebug.h | 23 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
|
| H A D | ldebug.c | 568 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror() function 576 luaG_typeerror(L, p1, "concatenate"); in luaG_concaterror() 585 luaG_typeerror(L, p2, msg); in luaG_opinterror()
|
| H A D | lvm.c | 186 luaG_typeerror(L, t, "index"); /* no metamethod */ 228 luaG_typeerror(L, t, "index"); 540 luaG_typeerror(L, rb, "get length of");
|
| H A D | ldo.c | 302 luaG_typeerror(L, func, "call"); in tryfuncTM()
|