Home
last modified time | relevance | path

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

/foundation/arkui/napi/native_engine/
H A Dnative_sendable.cpp60 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in InitSendablePropertiesInfo() local
86 info.attributes.push_back(PropertyAttribute(val, false, enumable, configable)); in InitSendablePropertiesInfo()
99 info.attributes.push_back(PropertyAttribute(func, writable, enumable, configable)); in InitSendablePropertiesInfo()
103 info.attributes.push_back(PropertyAttribute(val, writable, enumable, configable)); in InitSendablePropertiesInfo()
143 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in NapiDefineSendabledProperty() local
159 PropertyAttribute attr(JSValueRef::Undefined(vm), false, enumable, configable); in NapiDefineSendabledProperty() local
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp849 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in NapiDefinePropertyInner() local
870 PropertyAttribute attr(panda::JSValueRef::Undefined(vm), false, enumable, configable); in NapiDefinePropertyInner() local
885 PropertyAttribute attr(cbObj, writable, enumable, configable); in NapiDefinePropertyInner()
890 PropertyAttribute attr(val, writable, enumable, configable); in NapiDefinePropertyInner()
932 bool enumable = (attributes & NATIVE_ENUMERABLE) != 0; in NapiCreateObjectWithProperties() local
964 new (reinterpret_cast<void *>(&attrs[i])) PropertyAttribute(val, writable, enumable, configable); in NapiCreateObjectWithProperties()

Completed in 9 milliseconds