(int refnum)
| 56 | static native void setContext(java.lang.Object ctx); |
| 57 | |
| 58 | public static void incRefnum(int refnum) { |
| 59 | tracker.incRefnum(refnum); |
| 60 | } |
| 61 | |
| 62 | // incRef increments the reference count of Java objects. |
| 63 | // For proxies for Go objects, it calls into the Proxy method |