(int refnum)
| 103 | |
| 104 | // decRef is called from seq.FinalizeRef |
| 105 | static void decRef(int refnum) { |
| 106 | tracker.dec(refnum); |
| 107 | } |
| 108 | |
| 109 | // A GoObject is a Java class implemented in Go. When a GoObject |
| 110 | // is passed to Go, it is wrapped in a Go proxy, to make it behave |