MCPcopy Create free account
hub / github.com/NativeScript/android / ~JsArgConverter

Method ~JsArgConverter

test-app/runtime/src/main/cpp/JsArgConverter.cpp:688–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688JsArgConverter::~JsArgConverter() {
689 if (m_argsLen > 0) {
690 JEnv env;
691 for (int i = 0; i < m_args_refs_size; i++) {
692 int index = m_args_refs[i];
693 if (index != -1) {
694 env.DeleteLocalRef(m_args[index].l);
695 }
696 }
697 }
698}

Callers

nothing calls this directly

Calls 1

DeleteLocalRefMethod · 0.80

Tested by

no test coverage detected