Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldebug.h44 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
H A Dldebug.c740 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror() function
767 luaG_typeerror(L, p1, "concatenate"); in luaG_concaterror()
775 luaG_typeerror(L, p2, msg); in luaG_opinterror()
H A Dlvm.c321 luaG_typeerror(L, t, "index"); /* no metamethod */
375 luaG_typeerror(L, t, "index");
752 luaG_typeerror(L, rb, "get length of");