MCPcopy 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
7670static void checknext (LexState *ls, int c) {
7671check(ls, c);
7672luaX_next(ls);
7673}
7674
7675
7676#define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); }

Callers 10

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

Calls 2

luaX_nextFunction · 0.85
checkFunction · 0.70

Tested by 1

test_then_blockFunction · 0.68