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

Method breakLabel

code.go:291–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289}
290
291func (f *function) breakLabel() { f.FindGotos(f.MakeLabel("break", 0)) }
292func (f *function) unreachable() { f.assert(false) }
293func (f *function) assert(cond bool) { f.p.l.assert(cond) }
294func (f *function) Instruction(e exprDesc) *instruction { return &f.f.code[e.info] }

Callers 1

LeaveBlockMethod · 0.95

Calls 2

FindGotosMethod · 0.95
MakeLabelMethod · 0.95

Tested by

no test coverage detected