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

Function luaK_semerror

third-party/lua-5.4.6/src/lcode.c:47–50  ·  view source on GitHub ↗

semantic error */

Source from the content-addressed store, hash-verified

45
46/* semantic error */
47l_noret luaK_semerror (LexState *ls, const char *msg) {
48 ls->t.token = 0; /* remove "near <token>" from final message */
49 luaX_syntaxerror(ls, msg);
50}
51
52
53/*

Callers 6

check_readonlyFunction · 0.70
jumpscopeerrorFunction · 0.70
undefgotoFunction · 0.70
checkrepeatedFunction · 0.70
getlocalattributeFunction · 0.70
localstatFunction · 0.70

Calls 1

luaX_syntaxerrorFunction · 0.70

Tested by

no test coverage detected