Home
last modified time | relevance | path

Searched defs:configable (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/napi/native_engine/
H A Dnative_sendable.cpp61 bool configable = (propertyDescriptor.attributes & NATIVE_CONFIGURABLE) != 0; in InitSendablePropertiesInfo() local
144 bool configable = (propertyDescriptor.attributes & NATIVE_CONFIGURABLE) != 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.cpp850 bool configable = (propertyDescriptor.attributes & NATIVE_CONFIGURABLE) != 0; in NapiDefinePropertyInner() local
870 PropertyAttribute attr(panda::JSValueRef::Undefined(vm), false, enumable, configable); in NapiDefinePropertyInner() local
933 bool configable = (attributes & NATIVE_CONFIGURABLE) != 0; in NapiCreateObjectWithProperties() local

Completed in 6 milliseconds