| 801 | } |
| 802 | |
| 803 | jobject ToReflectedMethod(jclass cls, jmethodID methodID, jboolean isStatic) { |
| 804 | return functions->ToReflectedMethod(this, cls, methodID, isStatic); |
| 805 | } |
| 806 | |
| 807 | jclass GetSuperclass(jclass sub) { |
| 808 | return functions->GetSuperclass(this, sub); |
nothing calls this directly
no outgoing calls
no test coverage detected