| 1652 | return functions->NewIntArray(this,len); |
| 1653 | } |
| 1654 | jlongArray NewLongArray(jsize len) { |
| 1655 | return functions->NewLongArray(this,len); |
| 1656 | } |
| 1657 | jfloatArray NewFloatArray(jsize len) { |
| 1658 | return functions->NewFloatArray(this,len); |
| 1659 | } |
nothing calls this directly
no outgoing calls
no test coverage detected