Home
last modified time | relevance | path

Searched refs:attrsAndKind (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DObject.cpp1127 int32_t attrsAndKind = 0; in FromPropertyDescriptorToArray() local
1129 attrsAndKind |= ATTR_ENUMERABLE; in FromPropertyDescriptorToArray()
1132 attrsAndKind |= ATTR_CONFIGURABLE; in FromPropertyDescriptorToArray()
1136 attrsAndKind |= ATTR_WRITABLE; in FromPropertyDescriptorToArray()
1138 attrsAndKind |= DATA_DESCRIPTOR_KIND; in FromPropertyDescriptorToArray()
1140 attrsAndKind |= ACCESSOR_DESCRIPTOR_KIND; in FromPropertyDescriptorToArray()
1152 Int32Value(attrsAndKind)); in FromPropertyDescriptorToArray()
1162 Int32Value(attrsAndKind)); in FromPropertyDescriptorToArray()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DObject.cpp1300 int32_t attrsAndKind = 0; in FromPropertyDescriptorToArray() local
1302 attrsAndKind |= ATTR_ENUMERABLE; in FromPropertyDescriptorToArray()
1305 attrsAndKind |= ATTR_CONFIGURABLE; in FromPropertyDescriptorToArray()
1309 attrsAndKind |= ATTR_WRITABLE; in FromPropertyDescriptorToArray()
1311 attrsAndKind |= DATA_DESCRIPTOR_KIND; in FromPropertyDescriptorToArray()
1313 attrsAndKind |= ACCESSOR_DESCRIPTOR_KIND; in FromPropertyDescriptorToArray()
1325 Int32Value(attrsAndKind)); in FromPropertyDescriptorToArray()
1335 Int32Value(attrsAndKind)); in FromPropertyDescriptorToArray()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DObject.cpp1318 int32_t attrsAndKind = 0; in FromPropertyDescriptorToArray() local
1320 attrsAndKind |= ATTR_ENUMERABLE; in FromPropertyDescriptorToArray()
1323 attrsAndKind |= ATTR_CONFIGURABLE; in FromPropertyDescriptorToArray()
1327 attrsAndKind |= ATTR_WRITABLE; in FromPropertyDescriptorToArray()
1329 attrsAndKind |= DATA_DESCRIPTOR_KIND; in FromPropertyDescriptorToArray()
1331 attrsAndKind |= ACCESSOR_DESCRIPTOR_KIND; in FromPropertyDescriptorToArray()
1343 Int32Value(attrsAndKind)); in FromPropertyDescriptorToArray()
1353 Int32Value(attrsAndKind)); in FromPropertyDescriptorToArray()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DObject.cpp958 int32_t attrsAndKind = 0; in FromPropertyDescriptorToArray() local
959 if (desc.enumerable()) attrsAndKind |= ATTR_ENUMERABLE; in FromPropertyDescriptorToArray()
960 if (desc.configurable()) attrsAndKind |= ATTR_CONFIGURABLE; in FromPropertyDescriptorToArray()
962 if (desc.writable()) attrsAndKind |= ATTR_WRITABLE; in FromPropertyDescriptorToArray()
963 attrsAndKind |= DATA_DESCRIPTOR_KIND; in FromPropertyDescriptorToArray()
965 attrsAndKind |= ACCESSOR_DESCRIPTOR_KIND; in FromPropertyDescriptorToArray()
975 Int32Value(attrsAndKind)); in FromPropertyDescriptorToArray()
983 Int32Value(attrsAndKind)); in FromPropertyDescriptorToArray()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DObject.cpp1300 int32_t attrsAndKind = 0; in FromPropertyDescriptorToArray() local
1302 attrsAndKind |= ATTR_ENUMERABLE; in FromPropertyDescriptorToArray()
1305 attrsAndKind |= ATTR_CONFIGURABLE; in FromPropertyDescriptorToArray()
1309 attrsAndKind |= ATTR_WRITABLE; in FromPropertyDescriptorToArray()
1311 attrsAndKind |= DATA_DESCRIPTOR_KIND; in FromPropertyDescriptorToArray()
1313 attrsAndKind |= ACCESSOR_DESCRIPTOR_KIND; in FromPropertyDescriptorToArray()
1325 Int32Value(attrsAndKind)); in FromPropertyDescriptorToArray()
1335 Int32Value(attrsAndKind)); in FromPropertyDescriptorToArray()