Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ Throw
Method
Throw
test-app/runtime/src/main/cpp/JEnv.cpp:517–519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
}
516
517
jint JEnv::Throw(jthrowable obj) {
518
return m_env->Throw(obj);
519
}
520
521
jint JEnv::ThrowNew(jclass clazz, const string &message) {
522
return m_env->ThrowNew(clazz, message.c_str());
Callers
2
ReThrowToJava
Method · 0.45
FindClass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected