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

Method ExceptionCheck

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

recursion if we put: CheckForJavaException(); in this method

Source from the content-addressed store, hash-verified

845//recursion if we put: CheckForJavaException();
846//in this method
847jboolean JEnv::ExceptionCheck() {
848 return m_env->ExceptionCheck();
849}
850
851void JEnv::CheckForJavaException() {
852 if (ExceptionCheck() == JNI_TRUE) {

Callers 3

FindClassMethod · 0.80
FindClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected