MCPcopy Index your code
hub / github.com/Shopify/go-lua / skipEmptyStatements

Method skipEmptyStatements

parser.go:493–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

491}
492
493func (p *parser) skipEmptyStatements() {
494 for p.t == ';' || p.t == tkDoubleColon {
495 p.statement()
496 }
497}
498
499func (p *parser) labelStatement(label string, line int) {
500 p.function.CheckRepeatedLabel(label)

Callers 2

testThenBlockMethod · 0.95
labelStatementMethod · 0.95

Calls 1

statementMethod · 0.95

Tested by

no test coverage detected