Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaX_syntaxerror
Function
luaX_syntaxerror
third-party/lua-5.2.4/src/llex.c:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
113
114
l_noret luaX_syntaxerror (LexState *ls, const char *msg) {
115
lexerror(ls, msg, ls->t.token);
116
}
117
118
119
/*
Callers
11
semerror
Function · 0.70
error_expected
Function · 0.70
errorlimit
Function · 0.70
check_match
Function · 0.70
parlist
Function · 0.70
funcargs
Function · 0.70
primaryexp
Function · 0.70
forstat
Function · 0.70
fixjump
Function · 0.70
luaK_checkstack
Function · 0.70
luaK_setlist
Function · 0.70
Calls
1
lexerror
Function · 0.70
Tested by
no test coverage detected