| 12 | NativeExternInterface2::~NativeExternInterface2() = default; |
| 13 | |
| 14 | NativeExternInterface2::JavaProxy::JavaProxy(JniType j) : Handle(::djinni::jniGetThreadEnv(), j) { } |
| 15 | |
| 16 | NativeExternInterface2::JavaProxy::~JavaProxy() = default; |
| 17 |
nothing calls this directly
no test coverage detected