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

Method Weak

test-app/runtime/src/main/cpp/Util.h:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235
236 template <class TypeName>
237 static inline v8::Local<TypeName> Weak(
238 v8::Isolate* isolate,
239 const v8::PersistentBase<TypeName>& persistent) {
240 return v8::Local<TypeName>::New(isolate, persistent);
241 }
242};
243
244}

Callers

nothing calls this directly

Calls 1

NewFunction · 0.85

Tested by

no test coverage detected