| 1646 | return functions->NewCharArray(this,len); |
| 1647 | } |
| 1648 | jshortArray NewShortArray(jsize len) { |
| 1649 | return functions->NewShortArray(this,len); |
| 1650 | } |
| 1651 | jintArray NewIntArray(jsize len) { |
| 1652 | return functions->NewIntArray(this,len); |
| 1653 | } |
nothing calls this directly
no outgoing calls
no test coverage detected