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

Function semerror

third-party/lua-5.3.5/src/lparser.c:67–70  ·  view source on GitHub ↗

semantic error */

Source from the content-addressed store, hash-verified

65
66/* semantic error */
67static l_noret semerror (LexState *ls, const char *msg) {
68 ls->t.token = 0; /* remove "near <token>" from final message */
69 luaX_syntaxerror(ls, msg);
70}
71
72
73static 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