** Raise a type error with "standard" information about the faulty ** object 'o' (using 'varinfo'). */
| 760 | ** object 'o' (using 'varinfo'). |
| 761 | */ |
| 762 | l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { |
| 763 | typeerror(L, o, op, varinfo(L, o)); |
| 764 | } |
| 765 | |
| 766 | |
| 767 | /* |
no test coverage detected