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

Method GetObjectClass

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

Source from the content-addressed store, hash-verified

831}
832
833jclass JEnv::GetObjectClass(jobject obj) {
834 jclass jcl = m_env->GetObjectClass(obj);
835 CheckForJavaException();
836 return jcl;
837}
838
839jsize JEnv::GetArrayLength(jarray array) {
840 jsize jsz = m_env->GetArrayLength(array);

Callers 10

CallJSMethodNativeMethod · 0.80
WrapJavaToJsExceptionMethod · 0.80
ConvertArgMethod · 0.80
ConvertArgMethod · 0.80
CreateJSWrapperMethod · 0.80
GetClassNameMethod · 0.80
HttpFetchTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected