Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_property.h25 #define NATIVE_ENUMERABLE 1 << 1 macro
38 #define NATIVE_DEFAULT_PROPERTY (NATIVE_WRITABLE | NATIVE_ENUMERABLE | NATIVE_CONFIGURABLE)
H A Dnative_sendable.cpp60 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in InitSendablePropertiesInfo()
143 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in NapiDefineSendabledProperty()
H A Dnative_api.cpp3461 filter = static_cast<uint32_t>(filter | NATIVE_ENUMERABLE); in napi_get_all_property_names()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp856 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in NapiDefinePropertyInner()
939 bool enumable = (attributes & NATIVE_ENUMERABLE) != 0; in NapiCreateObjectWithProperties()