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

Function semerror

third-party/lua-5.2.4/src/lparser.c:71–74  ·  view source on GitHub ↗

semantic error */

Source from the content-addressed store, hash-verified

69
70/* semantic error */
71static l_noret semerror (LexState *ls, const char *msg) {
72 ls->t.token = 0; /* remove 'near to' from final message */
73 luaX_syntaxerror(ls, msg);
74}
75
76
77static l_noret error_expected (LexState *ls, int token) {

Callers 3

closegotoFunction · 0.70
undefgotoFunction · 0.70
checkrepeatedFunction · 0.70

Calls 1

luaX_syntaxerrorFunction · 0.70

Tested by

no test coverage detected