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