MCPcopy Create free account
hub / github.com/axmolengine/axmol / luaG_typeerror

Function luaG_typeerror

3rdparty/lua/plainlua/ldebug.c:762–764  ·  view source on GitHub ↗

** Raise a type error with "standard" information about the faulty ** object 'o' (using 'varinfo'). */

Source from the content-addressed store, hash-verified

760** object 'o' (using 'varinfo').
761*/
762l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) {
763 typeerror(L, o, op, varinfo(L, o));
764}
765
766
767/*

Callers 5

luaV_finishgetFunction · 0.85
luaV_finishsetFunction · 0.85
luaV_objlenFunction · 0.85
luaG_concaterrorFunction · 0.85
luaG_opinterrorFunction · 0.85

Calls 2

typeerrorFunction · 0.85
varinfoFunction · 0.85

Tested by

no test coverage detected