(n *ast.Return)
| 2037 | } |
| 2038 | |
| 2039 | func (e *encoder) astReturn(n *ast.Return) (outID uint64) { |
| 2040 | e.build(&e.instances.AstReturn, e.maps.ASTReturn, n, &outID, func() *ASTReturn { |
| 2041 | return &ASTReturn{Value: e.astNode(n.Value)} |
| 2042 | }) |
| 2043 | return |
| 2044 | } |
| 2045 | |
| 2046 | func (e *encoder) astString(n *ast.String) (outID uint64) { |
| 2047 | e.build(&e.instances.AstString, e.maps.ASTString, n, &outID, func() *ASTString { |