()
| 1076 | } |
| 1077 | |
| 1078 | func (f *function) OpenConstructor() (pc int, t exprDesc) { |
| 1079 | pc = f.EncodeABC(opNewTable, 0, 0, 0) |
| 1080 | t = f.ExpressionToNextRegister(makeExpression(kindRelocatable, pc)) |
| 1081 | return |
| 1082 | } |
| 1083 | |
| 1084 | func (f *function) FlushFieldToConstructor(tableRegister, freeRegisterCount int, k exprDesc, v func() exprDesc) { |
| 1085 | _, rk := f.expressionToRegisterOrConstant(k) |
no test coverage detected