| 856 | } |
| 857 | |
| 858 | jobject NewLocalRef(jobject ref) { |
| 859 | return functions->NewLocalRef(this,ref); |
| 860 | } |
| 861 | jint EnsureLocalCapacity(jint capacity) { |
| 862 | return functions->EnsureLocalCapacity(this,capacity); |
| 863 | } |
nothing calls this directly
no outgoing calls
no test coverage detected