| 848 | functions->DeleteGlobalRef(this,gref); |
| 849 | } |
| 850 | void DeleteLocalRef(jobject obj) { |
| 851 | functions->DeleteLocalRef(this, obj); |
| 852 | } |
| 853 | |
| 854 | jboolean IsSameObject(jobject obj1, jobject obj2) { |
| 855 | return functions->IsSameObject(this,obj1,obj2); |
nothing calls this directly
no outgoing calls
no test coverage detected