MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaG_forerror

Function luaG_forerror

third-party/lua-5.5.0/src/ldebug.c:776–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774
775
776l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what) {
777 luaG_runerror(L, "bad 'for' %s (number expected, got %s)",
778 what, luaT_objtypename(L, o));
779}
780
781
782l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) {

Callers 2

forlimitFunction · 0.70
forprepFunction · 0.70

Calls 2

luaG_runerrorFunction · 0.70
luaT_objtypenameFunction · 0.70

Tested by

no test coverage detected