MCPcopy 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
517jint JEnv::Throw(jthrowable obj) {
518 return m_env->Throw(obj);
519}
520
521jint JEnv::ThrowNew(jclass clazz, const string &message) {
522 return m_env->ThrowNew(clazz, message.c_str());

Callers 2

ReThrowToJavaMethod · 0.45
FindClassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected