| 838 | return functions->PushLocalFrame(this,capacity); |
| 839 | } |
| 840 | jobject PopLocalFrame(jobject result) { |
| 841 | return functions->PopLocalFrame(this,result); |
| 842 | } |
| 843 | |
| 844 | jobject NewGlobalRef(jobject lobj) { |
| 845 | return functions->NewGlobalRef(this,lobj); |
nothing calls this directly
no outgoing calls
no test coverage detected