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

Function luaX_syntaxerror

extlibs/lua/src/llex.c:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120l_noret luaX_syntaxerror (LexState *ls, const char *msg) {
121 lexerror(ls, msg, ls->t.token);
122}
123
124
125/*

Callers 11

error_expectedFunction · 0.85
errorlimitFunction · 0.85
check_matchFunction · 0.85
parlistFunction · 0.85
funcargsFunction · 0.85
primaryexpFunction · 0.85
fixforjumpFunction · 0.85
forstatFunction · 0.85
luaK_semerrorFunction · 0.85
fixjumpFunction · 0.85
luaK_checkstackFunction · 0.85

Calls 1

lexerrorFunction · 0.85

Tested by

no test coverage detected