MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / luaX_syntaxerror

Function luaX_syntaxerror

deps/lua/src/llex.c: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

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

Calls 1

luaX_lexerrorFunction · 0.85

Tested by

no test coverage detected