Searched refs:luaL_typerror (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lauxlib.c | 61 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 D | lua_bit.c | 87 luaL_typerror(L, idx, "number"); in barg()
|
| H A D | lauxlib.h | 48 LUALIB_API int (luaL_typerror) (lua_State *L, int narg, const char *tname); variable
|