MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaX_syntaxerror

Function luaX_syntaxerror

other_src/lua/src/llex.cpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111
112void luaX_syntaxerror (LexState *ls, const char *msg) {
113 luaX_lexerror(ls, msg, ls->t.token);
114}
115
116
117TString *luaX_newstring (LexState *ls, const char *str, size_t l) {

Callers 10

fixjumpFunction · 0.70
luaK_checkstackFunction · 0.70
inclinenumberFunction · 0.70
error_expectedFunction · 0.70
check_matchFunction · 0.70
parlistFunction · 0.70
funcargsFunction · 0.70
prefixexpFunction · 0.70
breakstatFunction · 0.70
forstatFunction · 0.70

Calls 1

luaX_lexerrorFunction · 0.70

Tested by

no test coverage detected