| 1827 | } |
| 1828 | |
| 1829 | const jchar * GetStringCritical(jstring string, jboolean *isCopy) { |
| 1830 | return functions->GetStringCritical(this,string,isCopy); |
| 1831 | } |
| 1832 | void ReleaseStringCritical(jstring string, const jchar *cstring) { |
| 1833 | functions->ReleaseStringCritical(this,string,cstring); |
| 1834 | } |
nothing calls this directly
no outgoing calls
no test coverage detected