| 1629 | return functions->NewObjectArray(this,len,clazz,init); |
| 1630 | } |
| 1631 | jobject GetObjectArrayElement(jobjectArray array, jsize index) { |
| 1632 | return functions->GetObjectArrayElement(this,array,index); |
| 1633 | } |
| 1634 | void SetObjectArrayElement(jobjectArray array, jsize index, |
| 1635 | jobject val) { |
| 1636 | functions->SetObjectArrayElement(this,array,index,val); |
nothing calls this directly
no outgoing calls
no test coverage detected