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

Method statementList

parser.go:296–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294}
295
296func (p *parser) statementList() {
297 for !p.blockFollow(true) {
298 if p.t == tkReturn {
299 p.statement()
300 return
301 }
302 p.statement()
303 }
304}
305
306func (p *parser) fieldSelector(e exprDesc) exprDesc {
307 e = p.function.ExpressionToAnyRegisterOrUpValue(e)

Callers 5

testThenBlockMethod · 0.95
blockMethod · 0.95
repeatStatementMethod · 0.95
bodyMethod · 0.95
mainFunctionMethod · 0.95

Calls 2

blockFollowMethod · 0.95
statementMethod · 0.95

Tested by

no test coverage detected