| 1640 | return functions->NewBooleanArray(this,len); |
| 1641 | } |
| 1642 | jbyteArray NewByteArray(jsize len) { |
| 1643 | return functions->NewByteArray(this,len); |
| 1644 | } |
| 1645 | jcharArray NewCharArray(jsize len) { |
| 1646 | return functions->NewCharArray(this,len); |
| 1647 | } |
nothing calls this directly
no outgoing calls
no test coverage detected