Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ checknext
Function
checknext
third-party/lua-5.3.5/src/lparser.c:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
111
112
static void checknext (LexState *ls, int c) {
113
check(ls, c);
114
luaX_next(ls);
115
}
116
117
118
#define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); }
Callers
11
yindex
Function · 0.70
recfield
Function · 0.70
constructor
Function · 0.70
body
Function · 0.70
assignment
Function · 0.70
labelstat
Function · 0.70
whilestat
Function · 0.70
forbody
Function · 0.70
fornum
Function · 0.70
forlist
Function · 0.70
test_then_block
Function · 0.70
Calls
2
check
Function · 0.70
luaX_next
Function · 0.70
Tested by
1
test_then_block
Function · 0.56