Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dltm.c166 luaG_opinterror(L, p1, p2, "perform bitwise operation on"); in luaT_trybinTM()
170 luaG_opinterror(L, p1, p2, "perform arithmetic on"); in luaT_trybinTM()
H A Dldebug.h51 LUAI_FUNC l_noret luaG_opinterror (lua_State *L, const TValue *p1,
H A Dldebug.c771 l_noret luaG_opinterror (lua_State *L, const TValue *p1, in luaG_opinterror() function