Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.h48 LUALIB_API int (luaL_typerror) (lua_State *L, int narg, const char *tname); variable
H A Dlauxlib.c61 LUALIB_API int luaL_typerror (lua_State *L, int narg, const char *tname) { in luaL_typerror() function