Home
last modified time | relevance | path

Searched defs:lua_error (Results 1 – 2 of 2) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlua.h237 LUA_API int (lua_error) (lua_State *L); variable
H A Dlapi.c964 LUA_API int lua_error (lua_State *L) { in lua_error() function