MCPcopy Create free account
hub / github.com/HumbleUI/JWM / toJava

Function toJava

shared/cc/impl/Library.cc:587–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585 }
586
587 jobject toJava(JNIEnv* env, jint start, jint end) {
588 jobject res = env->NewObject(kCls, kCtor, start, end);
589 return Throwable::exceptionThrown(env) ? nullptr : res;
590 }
591
592 jobject toJava(JNIEnv* env, const struct IRange& range) {
593 return toJava(env, range.fStart, range.fEnd);

Calls 1

exceptionThrownFunction · 0.85

Tested by

no test coverage detected