Searched refs:NATIVE_CONFIGURABLE (Results 1 – 4 of 4) sorted by relevance
26 #define NATIVE_CONFIGURABLE 1 << 2 macro37 #define NATIVE_DEFAULT_METHOD NATIVE_WRITABLE | NATIVE_CONFIGURABLE,38 #define NATIVE_DEFAULT_PROPERTY (NATIVE_WRITABLE | NATIVE_ENUMERABLE | NATIVE_CONFIGURABLE)
61 bool configable = (propertyDescriptor.attributes & NATIVE_CONFIGURABLE) != 0; in InitSendablePropertiesInfo()144 bool configable = (propertyDescriptor.attributes & NATIVE_CONFIGURABLE) != 0; in NapiDefineSendabledProperty()
3464 filter = static_cast<uint32_t>(filter | NATIVE_CONFIGURABLE); in napi_get_all_property_names()
857 bool configable = (propertyDescriptor.attributes & NATIVE_CONFIGURABLE) != 0; in NapiDefinePropertyInner()940 bool configable = (attributes & NATIVE_CONFIGURABLE) != 0; in NapiCreateObjectWithProperties()