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

Method NewBooleanArray

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

Source from the content-addressed store, hash-verified

587}
588
589jbooleanArray JEnv::NewBooleanArray(jsize length) {
590 jbooleanArray jba = m_env->NewBooleanArray(length);
591 CheckForJavaException();
592 return jba;
593}
594
595jcharArray JEnv::NewCharArray(jsize length) {
596 jcharArray jca = m_env->NewCharArray(length);

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected