Searched refs:typeerror (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 164 static int typeerror (lua_State *L, int narg, const char *tname) { in typeerror() function 172 typeerror(L, narg, lua_typename(L, tag)); in tag_error() 266 if (p == NULL) typeerror(L, ud, tname); in luaL_checkudata()
|
/freebsd/contrib/lua/src/ |
H A D | ldebug.c | 725 static l_noret typeerror (lua_State *L, const TValue *o, const char *op, in typeerror() function 737 typeerror(L, o, op, varinfo(L, o)); in luaG_typeerror() 751 typeerror(L, o, "call", extra); in luaG_callerror()
|