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

Method freeExpression

code.go:567–571  ·  view source on GitHub ↗
(e exprDesc)

Source from the content-addressed store, hash-verified

565}
566
567func (f *function) freeExpression(e exprDesc) {
568 if e.kind == kindNonRelocatable {
569 f.freeRegister(e.info)
570 }
571}
572
573func (f *function) stringConstant(s string) int { return f.addConstant(s, s) }
574func (f *function) booleanConstant(b bool) int { return f.addConstant(b, b) }

Callers 8

StoreVariableMethod · 0.95
SelfMethod · 0.95
jumpOnConditionMethod · 0.95
encodeNotMethod · 0.95
encodeArithmeticMethod · 0.95
encodeComparisonMethod · 0.95
PostfixMethod · 0.95

Calls 1

freeRegisterMethod · 0.95

Tested by

no test coverage detected