Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
535
void JEnv::ExceptionClear() {
536
m_env->ExceptionClear();
537
}
538
539
jboolean JEnv::IsInstanceOf(jobject obj, jclass clazz) {
540
jboolean jbl = m_env->IsInstanceOf(obj, clazz);
Callers
4
NativeScriptException
Method · 0.80
GetConstructorFunctionTemplate
Method · 0.80
FindClass
Method · 0.80
RegisterOptimizedNatives
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected