Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ testnext
Function
testnext
third-party/lua-5.2.4/src/lparser.c:101–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
100
101
static int testnext (LexState *ls, int c) {
102
if (ls->t.token == c) {
103
luaX_next(ls);
104
return 1;
105
}
106
else return 0;
107
}
108
109
110
static void check (LexState *ls, int c) {
Callers
12
check_match
Function · 0.70
constructor
Function · 0.70
parlist
Function · 0.70
explist
Function · 0.70
assignment
Function · 0.70
gotostat
Function · 0.70
fornum
Function · 0.70
forlist
Function · 0.70
ifstat
Function · 0.70
localstat
Function · 0.70
retstat
Function · 0.70
statement
Function · 0.70
Calls
1
luaX_next
Function · 0.70
Tested by
no test coverage detected