Searched defs:luaL_typerror (Results 1 – 2 of 2) sorted by relevance
48 LUALIB_API int (luaL_typerror) (lua_State *L, int narg, const char *tname); variable
61 LUALIB_API int luaL_typerror (lua_State *L, int narg, const char *tname) { in luaL_typerror() function