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

Method NewIntArray

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

Source from the content-addressed store, hash-verified

605}
606
607jintArray JEnv::NewIntArray(jsize length) {
608 jintArray jia = m_env->NewIntArray(length);
609 CheckForJavaException();
610 return jia;
611}
612
613jlongArray JEnv::NewLongArray(jsize length) {
614 jlongArray jla = m_env->NewLongArray(length);

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected