Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
void luaX_syntaxerror (LexState *ls, const char *msg) {
113
luaX_lexerror(ls, msg, ls->t.token);
114
}
115
116
117
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