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

Method unreachable

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

Source from the content-addressed store, hash-verified

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] }
295func (e exprDesc) hasJumps() bool { return e.t != e.f }

Callers 2

StoreVariableMethod · 0.95
encodeNotMethod · 0.95

Calls 1

assertMethod · 0.95

Tested by

no test coverage detected