MCPcopy Create free account
hub / github.com/antvis/F2Native / ~ScopedJavaLocalRef

Method ~ScopedJavaLocalRef

core/android/JavaRef.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 ScopedJavaLocalRef(JNIEnv *env, T obj) : JavaRef<T>(env, obj), env_(env) {}
91
92 ~ScopedJavaLocalRef() { this->Reset(); }
93
94 // Overloaded assignment operator defined for consistency with the implicit
95 // copy constructor.

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.95

Tested by

no test coverage detected