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

Function typeerror

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

** Raise a type error */

Source from the content-addressed store, hash-verified

749** Raise a type error
750*/
751static l_noret typeerror (lua_State *L, const TValue *o, const char *op,
752 const char *extra) {
753 const char *t = luaT_objtypename(L, o);
754 luaG_runerror(L, "attempt to %s a %s value%s", op, t, extra);
755}
756
757
758/*

Callers 2

luaG_typeerrorFunction · 0.85
luaG_callerrorFunction · 0.85

Calls 2

luaT_objtypenameFunction · 0.85
luaG_runerrorFunction · 0.85

Tested by

no test coverage detected