Home
last modified time | relevance | path

Searched refs:NATIVE_CONFIGURABLE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_property.h26 #define NATIVE_CONFIGURABLE 1 << 2 macro
37 #define NATIVE_DEFAULT_METHOD NATIVE_WRITABLE | NATIVE_CONFIGURABLE,
38 #define NATIVE_DEFAULT_PROPERTY (NATIVE_WRITABLE | NATIVE_ENUMERABLE | NATIVE_CONFIGURABLE)
H A Dnative_sendable.cpp61 bool configable = (propertyDescriptor.attributes & NATIVE_CONFIGURABLE) != 0; in InitSendablePropertiesInfo()
144 bool configable = (propertyDescriptor.attributes & NATIVE_CONFIGURABLE) != 0; in NapiDefineSendabledProperty()
H A Dnative_api.cpp3464 filter = static_cast<uint32_t>(filter | NATIVE_CONFIGURABLE); in napi_get_all_property_names()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp857 bool configable = (propertyDescriptor.attributes & NATIVE_CONFIGURABLE) != 0; in NapiDefinePropertyInner()
940 bool configable = (attributes & NATIVE_CONFIGURABLE) != 0; in NapiCreateObjectWithProperties()