| 1649 | return functions->NewShortArray(this,len); |
| 1650 | } |
| 1651 | jintArray NewIntArray(jsize len) { |
| 1652 | return functions->NewIntArray(this,len); |
| 1653 | } |
| 1654 | jlongArray NewLongArray(jsize len) { |
| 1655 | return functions->NewLongArray(this,len); |
| 1656 | } |
nothing calls this directly
no outgoing calls
no test coverage detected