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

Method NewLongArray

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

Source from the content-addressed store, hash-verified

611}
612
613jlongArray JEnv::NewLongArray(jsize length) {
614 jlongArray jla = m_env->NewLongArray(length);
615 CheckForJavaException();
616 return jla;
617}
618
619jfloatArray JEnv::NewFloatArray(jsize length) {
620 jfloatArray jfa = m_env->NewFloatArray(length);

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected