Home
last modified time | relevance | path

Searched defs:enumable (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/napi/native_engine/
Dnative_sendable.cpp61 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in InitSendablePropertiesInfo() local
138 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in NapiDefineSendabledProperty() local
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp277 bool enumable = (property.attributes & NATIVE_ENUMERABLE) != 0; in NapiGetKeysAndAttrsFromProps() local
1300 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in NapiDefinePropertyInner() local
1383 bool enumable = (attributes & NATIVE_ENUMERABLE) != 0; in NapiCreateObjectWithProperties() local