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

Function skipnoopstat

third-party/lua-5.2.4/src/lparser.c:1209–1212  ·  view source on GitHub ↗

skip no-op statements */

Source from the content-addressed store, hash-verified

1207
1208/* skip no-op statements */
1209static void skipnoopstat (LexState *ls) {
1210 while (ls->t.token == ';' || ls->t.token == TK_DBCOLON)
1211 statement(ls);
1212}
1213
1214
1215static void labelstat (LexState *ls, TString *label, int line) {

Callers 2

labelstatFunction · 0.70
test_then_blockFunction · 0.70

Calls 1

statementFunction · 0.70

Tested by 1

test_then_blockFunction · 0.56