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

Method GetArrayLength

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

Source from the content-addressed store, hash-verified

837}
838
839jsize JEnv::GetArrayLength(jarray array) {
840 jsize jsz = m_env->GetArrayLength(array);
841 CheckForJavaException();
842 return jsz;
843}
844
845//recursion if we put: CheckForJavaException();
846//in this method

Callers 4

InitializeSecurityConfigFunction · 0.45
HttpFetchTextFunction · 0.45
getPageResourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected