| 1621 | } |
| 1622 | |
| 1623 | jsize GetArrayLength(jarray array) { |
| 1624 | return functions->GetArrayLength(this,array); |
| 1625 | } |
| 1626 | |
| 1627 | jobjectArray NewObjectArray(jsize len, jclass clazz, |
| 1628 | jobject init) { |
nothing calls this directly
no outgoing calls
no test coverage detected