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

Method ExceptionClear

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

Source from the content-addressed store, hash-verified

533}
534
535void JEnv::ExceptionClear() {
536 m_env->ExceptionClear();
537}
538
539jboolean JEnv::IsInstanceOf(jobject obj, jclass clazz) {
540 jboolean jbl = m_env->IsInstanceOf(obj, clazz);

Callers 4

NativeScriptExceptionMethod · 0.80
FindClassMethod · 0.80
RegisterOptimizedNativesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected