MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / checknext

Function checknext

third-party/lua-5.1.5/src/lparser.c:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static void checknext (LexState *ls, int c) {
95 check(ls, c);
96 luaX_next(ls);
97}
98
99
100#define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); }

Callers 10

yindexFunction · 0.70
recfieldFunction · 0.70
constructorFunction · 0.70
bodyFunction · 0.70
assignmentFunction · 0.70
whilestatFunction · 0.70
forbodyFunction · 0.70
fornumFunction · 0.70
forlistFunction · 0.70
test_then_blockFunction · 0.70

Calls 2

checkFunction · 0.70
luaX_nextFunction · 0.70

Tested by 1

test_then_blockFunction · 0.56