Searched refs:typeerror (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c165 static int typeerror (lua_State *L, int narg, const char *tname) { function
173 typeerror(L, narg, lua_typename(L, tag));
267 if (p == NULL) typeerror(L, ud, tname);

Completed in 100 milliseconds