| 883 | } |
| 884 | |
| 885 | jclass GetObjectClass(jobject obj) { |
| 886 | return functions->GetObjectClass(this,obj); |
| 887 | } |
| 888 | jboolean IsInstanceOf(jobject obj, jclass clazz) { |
| 889 | return functions->IsInstanceOf(this,obj,clazz); |
| 890 | } |
nothing calls this directly
no outgoing calls
no test coverage detected