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

Function skipnoopstat

third-party/lua-5.3.5/src/lparser.c:1217–1220  ·  view source on GitHub ↗

skip no-op statements */

Source from the content-addressed store, hash-verified

1215
1216/* skip no-op statements */
1217static void skipnoopstat (LexState *ls) {
1218 while (ls->t.token == ';' || ls->t.token == TK_DBCOLON)
1219 statement(ls);
1220}
1221
1222
1223static void labelstat (LexState *ls, TString *label, int line) {

Callers 1

labelstatFunction · 0.70

Calls 1

statementFunction · 0.70

Tested by

no test coverage detected