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

Method Finalizer

test-app/runtime/src/main/cpp/URLImpl.h:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 static void Finalizer(const v8::WeakCallbackInfo<URLImpl> &data) {
120 auto *pThis = data.GetParameter();
121 pThis->weakHandle_.Reset();
122 delete pThis;
123 }
124
125 private:
126 url_aggregator url_;

Callers

nothing calls this directly

Calls 2

GetParameterMethod · 0.80
ResetMethod · 0.45

Tested by

no test coverage detected