Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c165 static int typeerror (lua_State *L, int narg, const char *tname) { in typeerror() function
173 typeerror(L, narg, lua_typename(L, tag)); in tag_error()
267 if (p == NULL) typeerror(L, ud, tname); in luaL_checkudata()
/freebsd/contrib/lua/src/
H A Dldebug.c751 static l_noret typeerror (lua_State *L, const TValue *o, const char *op, in typeerror() function
763 typeerror(L, o, op, varinfo(L, o)); in luaG_typeerror()
777 typeerror(L, o, "call", extra); in luaG_callerror()