| 859 | return functions->NewLocalRef(this,ref); |
| 860 | } |
| 861 | jint EnsureLocalCapacity(jint capacity) { |
| 862 | return functions->EnsureLocalCapacity(this,capacity); |
| 863 | } |
| 864 | |
| 865 | jobject AllocObject(jclass clazz) { |
| 866 | return functions->AllocObject(this,clazz); |
nothing calls this directly
no outgoing calls
no test coverage detected