Home
last modified time | relevance | path

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

/external/lua/src/
Dlauxlib.c182 static int typeerror (lua_State *L, int arg, const char *tname) { in typeerror() function
197 typeerror(L, arg, lua_typename(L, tag)); in tag_error()
335 if (p == NULL) typeerror(L, ud, tname); in luaL_checkudata()