Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ luaX_syntaxerror
Function
luaX_syntaxerror
extlibs/lua/src/llex.c:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
119
120
l_noret luaX_syntaxerror (LexState *ls, const char *msg) {
121
lexerror(ls, msg, ls->t.token);
122
}
123
124
125
/*
Callers
11
error_expected
Function · 0.85
errorlimit
Function · 0.85
check_match
Function · 0.85
parlist
Function · 0.85
funcargs
Function · 0.85
primaryexp
Function · 0.85
fixforjump
Function · 0.85
forstat
Function · 0.85
luaK_semerror
Function · 0.85
fixjump
Function · 0.85
luaK_checkstack
Function · 0.85
Calls
1
lexerror
Function · 0.85
Tested by
no test coverage detected