Home
last modified time | relevance | path

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

/external/lua/src/
Dldebug.c571 static const char *varinfo (lua_State *L, const TValue *o) { in varinfo() function
587 luaG_runerror(L, "attempt to %s a %s value%s", op, t, varinfo(L, o)); in luaG_typeerror()
613 luaG_runerror(L, "number%s has no integer representation", varinfo(L, p2)); in luaG_tointerror()