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

Method NewShortArray

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

Source from the content-addressed store, hash-verified

599}
600
601jshortArray JEnv::NewShortArray(jsize length) {
602 jshortArray jsa = m_env->NewShortArray(length);
603 CheckForJavaException();
604 return jsa;
605}
606
607jintArray JEnv::NewIntArray(jsize length) {
608 jintArray jia = m_env->NewIntArray(length);

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected