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