Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ luaX_syntaxerror
Function
luaX_syntaxerror
lua/llex.c:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
113
114
void luaX_syntaxerror (LexState *ls, const char *msg) {
115
luaX_lexerror(ls, msg, ls->t.token);
116
}
117
118
119
TString *luaX_newstring (LexState *ls, const char *str, size_t l) {
Callers
10
inclinenumber
Function · 0.85
error_expected
Function · 0.85
check_match
Function · 0.85
parlist
Function · 0.85
funcargs
Function · 0.85
prefixexp
Function · 0.85
breakstat
Function · 0.85
forstat
Function · 0.85
fixjump
Function · 0.85
luaK_checkstack
Function · 0.85
Calls
1
luaX_lexerror
Function · 0.85
Tested by
no test coverage detected