Searched refs:luaG_typeerror (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | ldebug.h | 44 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
|
H A D | ldebug.c | 740 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 D | lvm.c | 321 luaG_typeerror(L, t, "index"); /* no metamethod */ 375 luaG_typeerror(L, t, "index"); 752 luaG_typeerror(L, rb, "get length of");
|