Searched refs:NATIVE_ENUMERABLE (Results 1 – 4 of 4) sorted by relevance
25 #define NATIVE_ENUMERABLE 1 << 1 macro38 #define NATIVE_DEFAULT_PROPERTY (NATIVE_WRITABLE | NATIVE_ENUMERABLE | NATIVE_CONFIGURABLE)
60 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in InitSendablePropertiesInfo()143 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in NapiDefineSendabledProperty()
3461 filter = static_cast<uint32_t>(filter | NATIVE_ENUMERABLE); in napi_get_all_property_names()
856 bool enumable = (propertyDescriptor.attributes & NATIVE_ENUMERABLE) != 0; in NapiDefinePropertyInner()939 bool enumable = (attributes & NATIVE_ENUMERABLE) != 0; in NapiCreateObjectWithProperties()