MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / luaK_semerror

Function luaK_semerror

Dependencies/lua/src/lcode.c:46–49  ·  view source on GitHub ↗

semantic error */

Source from the content-addressed store, hash-verified

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

Callers 6

check_readonlyFunction · 0.85
jumpscopeerrorFunction · 0.85
undefgotoFunction · 0.85
checkrepeatedFunction · 0.85
getlocalattributeFunction · 0.85
localstatFunction · 0.85

Calls 1

luaX_syntaxerrorFunction · 0.85

Tested by

no test coverage detected