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

Function error

third-party/lua-5.3.5/src/lundump.c:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39static l_noret error(LoadState *S, const char *why) {
40 luaO_pushfstring(S->L, "%s: %s precompiled chunk", S->name, why);
41 luaD_throw(S->L, LUA_ERRSYNTAX);
42}
43
44
45/*

Callers 4

LoadBlockFunction · 0.70
checkliteralFunction · 0.70
fchecksizeFunction · 0.70
checkHeaderFunction · 0.70

Calls 2

luaO_pushfstringFunction · 0.70
luaD_throwFunction · 0.70

Tested by

no test coverage detected