Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dldebug.h29 LUAI_FUNC void luaG_errormsg (lua_State *L);
H A Dldebug.c618 void luaG_errormsg (lua_State *L) { in luaG_errormsg() function
636 luaG_errormsg(L); in luaG_runerror()
H A Dlapi.c967 luaG_errormsg(L); in lua_error()