| 784 | #ifdef __cplusplus |
| 785 | |
| 786 | jint GetVersion() { |
| 787 | return functions->GetVersion(this); |
| 788 | } |
| 789 | jclass DefineClass(const char *name, jobject loader, const jbyte *buf, |
| 790 | jsize len) { |
| 791 | return functions->DefineClass(this, name, loader, buf, len); |
nothing calls this directly
no outgoing calls
no test coverage detected