MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaK_semerror

Function luaK_semerror

extlibs/lua/src/lcode.c:45–48  ·  view source on GitHub ↗

semantic error */

Source from the content-addressed store, hash-verified

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

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