| 1595 | } |
| 1596 | |
| 1597 | jstring NewString(const jchar *unicode, jsize len) { |
| 1598 | return functions->NewString(this,unicode,len); |
| 1599 | } |
| 1600 | jsize GetStringLength(jstring str) { |
| 1601 | return functions->GetStringLength(this,str); |
| 1602 | } |
nothing calls this directly
no outgoing calls
no test coverage detected