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

Function error

third-party/lua-5.2.4/src/lundump.c:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28} LoadState;
29
30static l_noret error(LoadState* S, const char* why)
31{
32 luaO_pushfstring(S->L,"%s: %s precompiled chunk",S->name,why);
33 luaD_throw(S->L,LUA_ERRSYNTAX);
34}
35
36#define LoadMem(S,b,n,size) LoadBlock(S,b,(n)*(size))
37#define LoadByte(S) (lu_byte)LoadChar(S)

Callers 3

LoadBlockFunction · 0.70
LoadIntFunction · 0.70
LoadHeaderFunction · 0.70

Calls 2

luaO_pushfstringFunction · 0.70
luaD_throwFunction · 0.70

Tested by

no test coverage detected