Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ checknext
Function
checknext
Source/Misc/lua/src/lua.c:7670–7673 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7668
}
7669
7670
static void checknext (LexState *ls, int c) {
7671
check(ls, c);
7672
luaX_next(ls);
7673
}
7674
7675
7676
#define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); }
Callers
10
yindex
Function · 0.85
recfield
Function · 0.85
constructor
Function · 0.85
body
Function · 0.85
assignment
Function · 0.85
whilestat
Function · 0.85
forbody
Function · 0.85
fornum
Function · 0.85
forlist
Function · 0.85
test_then_block
Function · 0.85
Calls
2
luaX_next
Function · 0.85
check
Function · 0.70
Tested by
1
test_then_block
Function · 0.68