MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / error

Function error

Source/Misc/lua/src/lua.c:9939–9943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9937#define IF(c,s) if (c) error(S,s)
9938
9939static void error(LoadState* S, const char* why)
9940{
9941luaO_pushfstring(S->L,"%s: %s in precompiled chunk",S->name,why);
9942luaD_throw(S->L,LUA_ERRSYNTAX);
9943}
9944#endif
9945
9946#define LoadMem(S,b,n,size) LoadBlock(S,b,(n)*(size))

Callers 13

LoadConstantsFunction · 0.70
LoadFunctionFunction · 0.70
~proxy_member_callerMethod · 0.50
proxy_member_callerClass · 0.50
operator[]Method · 0.50
operator[]Method · 0.50
operator[]Method · 0.50
operator[]Method · 0.50

Calls 2

luaO_pushfstringFunction · 0.85
luaD_throwFunction · 0.85

Tested by

no test coverage detected