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

Function error

third-party/lua-5.5.0/src/lundump.c:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45static l_noret error (LoadState *S, const char *why) {
46 luaO_pushfstring(S->L, "%s: bad binary format (%s)", S->name, why);
47 luaD_throw(S->L, LUA_ERRSYNTAX);
48}
49
50
51/*

Callers 11

loadBlockFunction · 0.70
getaddr_Function · 0.70
loadByteFunction · 0.70
loadVarintFunction · 0.70
loadStringFunction · 0.70
loadConstantsFunction · 0.70
checkliteralFunction · 0.70
numerrorFunction · 0.70
checkHeaderFunction · 0.70
luaU_undumpFunction · 0.70
lua_error_workerFunction · 0.50

Calls 2

luaO_pushfstringFunction · 0.70
luaD_throwFunction · 0.70

Tested by

no test coverage detected