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

Method IsInstanceOf

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

Source from the content-addressed store, hash-verified

537}
538
539jboolean JEnv::IsInstanceOf(jobject obj, jclass clazz) {
540 jboolean jbl = m_env->IsInstanceOf(obj, clazz);
541 CheckForJavaException();
542 return jbl;
543}
544
545jobjectRefType JEnv::GetObjectRefType(jobject obj) {
546 jobjectRefType ort = m_env->GetObjectRefType(obj);

Callers 4

CallJavaMethodMethod · 0.80
HttpFetchTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected