MCPcopy Create free account
hub / github.com/NativeScript/android / Move

Method Move

test-app/runtime/src/main/cpp/JniLocalRef.h:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 jobject Move() {
37 auto value = m_obj;
38 m_obj = nullptr;
39 return value;
40 }
41
42 JniLocalRef& operator=(JniLocalRef&& rhs) {
43 m_obj = rhs.m_obj;

Callers 4

ReThrowToJavaMethod · 0.80
ConvertArgMethod · 0.80
ConvertArgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected