Searched refs:NATIVE_WRITABLE (Results 1 – 4 of 4) sorted by relevance
24 #define NATIVE_WRITABLE 1 << 0 macro37 #define NATIVE_DEFAULT_METHOD NATIVE_WRITABLE | NATIVE_CONFIGURABLE,38 #define NATIVE_DEFAULT_PROPERTY (NATIVE_WRITABLE | NATIVE_ENUMERABLE | NATIVE_CONFIGURABLE)
59 bool writable = (propertyDescriptor.attributes & NATIVE_WRITABLE) != 0; in InitSendablePropertiesInfo()
3458 filter = static_cast<uint32_t>(filter | NATIVE_WRITABLE); in napi_get_all_property_names()
855 bool writable = (propertyDescriptor.attributes & NATIVE_WRITABLE) != 0; in NapiDefinePropertyInner()938 bool writable = (attributes & NATIVE_WRITABLE) != 0; in NapiCreateObjectWithProperties()