(address, point)
| 1228 | } |
| 1229 | __name(unmarshalTreeCursor, "unmarshalTreeCursor"); |
| 1230 | function marshalPoint(address, point) { |
| 1231 | C.setValue(address, point.row, "i32"); |
| 1232 | C.setValue(address + SIZE_OF_INT, point.column, "i32"); |
| 1233 | } |
| 1234 | __name(marshalPoint, "marshalPoint"); |
| 1235 | function unmarshalPoint(address) { |
| 1236 | const result = { |
no test coverage detected