Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_property.h24 #define NATIVE_WRITABLE 1 << 0 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.cpp59 bool writable = (propertyDescriptor.attributes & NATIVE_WRITABLE) != 0; in InitSendablePropertiesInfo()
H A Dnative_api.cpp3458 filter = static_cast<uint32_t>(filter | NATIVE_WRITABLE); in napi_get_all_property_names()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp855 bool writable = (propertyDescriptor.attributes & NATIVE_WRITABLE) != 0; in NapiDefinePropertyInner()
938 bool writable = (attributes & NATIVE_WRITABLE) != 0; in NapiCreateObjectWithProperties()