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

Method ExpressionToAnyRegisterOrUpValue

code.go:696–701  ·  view source on GitHub ↗
(e exprDesc)

Source from the content-addressed store, hash-verified

694}
695
696func (f *function) ExpressionToAnyRegisterOrUpValue(e exprDesc) exprDesc {
697 if e.kind != kindUpValue || e.hasJumps() {
698 e = f.ExpressionToAnyRegister(e)
699 }
700 return e
701}
702
703func (f *function) ExpressionToValue(e exprDesc) exprDesc {
704 if e.hasJumps() {

Callers 2

suffixedExpressionMethod · 0.80
fieldSelectorMethod · 0.80

Calls 2

hasJumpsMethod · 0.80

Tested by

no test coverage detected