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

Function luaX_syntaxerror

third-party/lua-5.5.0/src/llex.c:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123
124l_noret luaX_syntaxerror (LexState *ls, const char *msg) {
125 lexerror(ls, msg, ls->t.token);
126}
127
128
129/*

Callers 11

error_expectedFunction · 0.70
errorlimitFunction · 0.70
check_matchFunction · 0.70
parlistFunction · 0.70
funcargsFunction · 0.70
primaryexpFunction · 0.70
breakstatFunction · 0.70
fixforjumpFunction · 0.70
forstatFunction · 0.70
luaK_semerrorFunction · 0.70
fixjumpFunction · 0.70

Calls 1

lexerrorFunction · 0.70

Tested by

no test coverage detected