MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / skipnoopstat

Function skipnoopstat

src/Chain/libraries/glua/lparser.cpp:1273–1276  ·  view source on GitHub ↗

skip no-op statements */

Source from the content-addressed store, hash-verified

1271
1272/* skip no-op statements */
1273static void skipnoopstat(LexState *ls) {
1274 while (ls->t.token == ';' || ls->t.token == TK_DBCOLON)
1275 statement(ls);
1276}
1277
1278
1279static void labelstat(LexState *ls, TString *label, int line) {

Callers 2

labelstatFunction · 0.85
test_then_blockFunction · 0.85

Calls 1

statementFunction · 0.85

Tested by 1

test_then_blockFunction · 0.68