Searched refs:configable (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_sendable.cpp | 61 bool configable = (propertyDescriptor.attributes & NATIVE_CONFIGURABLE) != 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() 144 bool configable = (propertyDescriptor.attributes & NATIVE_CONFIGURABLE) != 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 | 857 bool configable = (propertyDescriptor.attributes & NATIVE_CONFIGURABLE) != 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() 940 bool configable = (attributes & NATIVE_CONFIGURABLE) != 0; in NapiCreateObjectWithProperties() local 971 … new (reinterpret_cast<void *>(&attrs[i])) PropertyAttribute(val, writable, enumable, configable); in NapiCreateObjectWithProperties()
|