MCPcopy Create free account
hub / github.com/NativeScript/android / NewDoubleArray

Method NewDoubleArray

test-app/runtime/src/main/cpp/JEnv.cpp:625–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623}
624
625jdoubleArray JEnv::NewDoubleArray(jsize length) {
626 jdoubleArray jda = m_env->NewDoubleArray(length);
627 CheckForJavaException();
628 return jda;
629}
630
631jbyte *JEnv::GetByteArrayElements(jbyteArray array, jboolean *isCopy) {
632 jbyte *jbt = m_env->GetByteArrayElements(array, isCopy);

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected