Home
last modified time | relevance | path

Searched refs:deleteSelf (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_reference.h42 bool deleteSelf = false,
51 bool deleteSelf,
73 inline void ArkNativeReferenceConstructor(uint32_t initialRefCount, bool deleteSelf) in ArkNativeReferenceConstructor() argument
79 if (deleteSelf) { in ArkNativeReferenceConstructor()
H A Dark_native_reference.cpp30 bool deleteSelf, in ArkNativeReference()
39 deleteSelf_(deleteSelf), in ArkNativeReference()
46 ArkNativeReferenceConstructor(initialRefcount, deleteSelf); in ArkNativeReference()
52 bool deleteSelf, in ArkNativeReference()
61 deleteSelf_(deleteSelf), in ArkNativeReference()
68 ArkNativeReferenceConstructor(initialRefcount, deleteSelf); in ArkNativeReference()
27 ArkNativeReference(ArkNativeEngine* engine, napi_value value, uint32_t initialRefcount, bool deleteSelf, NapiNativeFinalize napiCallback, void* data, void* hint, bool isAsyncCall, size_t nativeBindingSize) ArkNativeReference() argument
49 ArkNativeReference(ArkNativeEngine* engine, Local<JSValueRef> value, uint32_t initialRefcount, bool deleteSelf, NapiNativeFinalize napiCallback, void* data, void* hint, bool isAsyncCall, size_t nativeBindingSize) ArkNativeReference() argument

Completed in 1 milliseconds