Searched refs:enumable (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_sendable.cpp | 60 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()
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 856 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in NapiDefinePropertyInner() local 877 PropertyAttribute attr(panda::JSValueRef::Undefined(vm), false, enumable, configable); in NapiDefinePropertyInner() 892 PropertyAttribute attr(cbObj, writable, enumable, configable); in NapiDefinePropertyInner() 897 PropertyAttribute attr(val, writable, enumable, configable); in NapiDefinePropertyInner() 939 bool enumable = (attributes & NATIVE_ENUMERABLE) != 0; in NapiCreateObjectWithProperties() local 971 … new (reinterpret_cast<void *>(&attrs[i])) PropertyAttribute(val, writable, enumable, configable); in NapiCreateObjectWithProperties()
|