Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dldebug.h23 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
H A Dldebug.c568 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 Dlvm.c186 luaG_typeerror(L, t, "index"); /* no metamethod */
228 luaG_typeerror(L, t, "index");
540 luaG_typeerror(L, rb, "get length of");
H A Dldo.c302 luaG_typeerror(L, func, "call"); in tryfuncTM()