Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaK_semerror
Function
luaK_semerror
third-party/lua-5.4.6/src/lcode.c:47–50 ·
view source on GitHub ↗
semantic error */
Source
from the content-addressed store, hash-verified
45
46
/* semantic error */
47
l_noret luaK_semerror (LexState *ls, const char *msg) {
48
ls->t.token = 0; /* remove
"near <token>"
from final message */
49
luaX_syntaxerror(ls, msg);
50
}
51
52
53
/*
Callers
6
check_readonly
Function · 0.70
jumpscopeerror
Function · 0.70
undefgoto
Function · 0.70
checkrepeated
Function · 0.70
getlocalattribute
Function · 0.70
localstat
Function · 0.70
Calls
1
luaX_syntaxerror
Function · 0.70
Tested by
no test coverage detected