| 852 | } |
| 853 | |
| 854 | jboolean IsSameObject(jobject obj1, jobject obj2) { |
| 855 | return functions->IsSameObject(this,obj1,obj2); |
| 856 | } |
| 857 | |
| 858 | jobject NewLocalRef(jobject ref) { |
| 859 | return functions->NewLocalRef(this,ref); |
nothing calls this directly
no outgoing calls
no test coverage detected