MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / luaG_typeerror

Function luaG_typeerror

xrepo/packages/l/lua/port/lua/src/ldebug.c:733–735  ·  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

731** object 'o' (using 'varinfo').
732*/
733l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) {
734 typeerror(L, o, op, varinfo(L, o));
735}
736
737
738/*

Callers 8

VM_CASEFunction · 0.85
luaV_dolenFunction · 0.85
luaV_tryfuncTMFunction · 0.85
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