Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c61 LUALIB_API int luaL_typerror (lua_State *L, int narg, const char *tname) { in luaL_typerror() function
69 luaL_typerror(L, narg, lua_typename(L, tag)); in tag_error()
135 luaL_typerror(L, ud, tname); /* else error */ in luaL_checkudata()
H A Dlua_bit.c87 luaL_typerror(L, idx, "number"); in barg()
H A Dlauxlib.h48 LUALIB_API int (luaL_typerror) (lua_State *L, int narg, const char *tname); variable