Home
last modified time | relevance | path

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

/external/lua/src/
Dltm.c148 luaG_opinterror(L, p1, p2, "perform bitwise operation on"); in luaT_trybinTM()
152 luaG_opinterror(L, p1, p2, "perform arithmetic on"); in luaT_trybinTM()
Dldebug.h25 LUAI_FUNC l_noret luaG_opinterror (lua_State *L, const TValue *p1,
Dldebug.c597 l_noret luaG_opinterror (lua_State *L, const TValue *p1, in luaG_opinterror() function