Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldebug.h49 LUAI_FUNC l_noret luaG_opinterror (lua_State *L, const TValue *p1,
H A Dltm.c157 luaG_opinterror(L, p1, p2, "perform bitwise operation on"); in luaT_trybinTM()
161 luaG_opinterror(L, p1, p2, "perform arithmetic on"); in luaT_trybinTM()
H A Dldebug.c767 l_noret luaG_opinterror (lua_State *L, const TValue *p1, in luaG_opinterror() function