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

Function numerror

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

Source from the content-addressed store, hash-verified

351
352
353static l_noret numerror (LoadState *S, const char *what, const char *tname) {
354 const char *msg = luaO_pushfstring(S->L, "%s %s mismatch", tname, what);
355 error(S, msg);
356}
357
358
359static void checknumsize (LoadState *S, int size, const char *tname) {

Callers 2

checknumsizeFunction · 0.85
checknumformatFunction · 0.85

Calls 2

luaO_pushfstringFunction · 0.70
errorFunction · 0.70

Tested by

no test coverage detected