MCPcopy Index your code
hub / github.com/yuin/gopher-lua / GetLabelPc

Method GetLabelPc

compile.go:518–520  ·  view source on GitHub ↗
(label int)

Source from the content-addressed store, hash-verified

516}
517
518func (fc *funcContext) GetLabelPc(label int) int {
519 return fc.labelPc[label]
520}
521
522func (fc *funcContext) ConstIndex(value LValue) int {
523 ctype := value.Type()

Callers 1

patchCodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected