/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/ |
H A D | JSObject-inl.h | 57 if (clasp != &ArrayObject::class_ && ndynamic <= SLOT_CAPACITY_MIN) { in calculateDynamicSlots() 58 return SLOT_CAPACITY_MIN; in calculateDynamicSlots()
|
H A D | NativeObject.cpp | 291 MOZ_ASSERT_IF(!is<ArrayObject>(), newCapacity >= SLOT_CAPACITY_MIN); in growSlots() 433 MOZ_ASSERT_IF(!is<ArrayObject>(), newCapacity >= SLOT_CAPACITY_MIN); in shrinkSlots() 745 if (amount < SLOT_CAPACITY_MIN) { in goodElementsAllocationAmount() 746 amount = SLOT_CAPACITY_MIN; in goodElementsAllocationAmount()
|
H A D | NativeObject.h | 746 static const uint32_t SLOT_CAPACITY_MIN = 8 - ObjectSlots::VALUES_PER_HEADER; variable
|
/dports/www/firefox/firefox-99.0/js/src/vm/ |
H A D | JSObject-inl.h | 63 if (clasp != &ArrayObject::class_ && ndynamic <= SLOT_CAPACITY_MIN) { in calculateDynamicSlots() 64 return SLOT_CAPACITY_MIN; in calculateDynamicSlots()
|
H A D | NativeObject.cpp | 259 MOZ_ASSERT_IF(!is<ArrayObject>(), newCapacity >= SLOT_CAPACITY_MIN); in growSlots() 401 MOZ_ASSERT_IF(!is<ArrayObject>(), newCapacity >= SLOT_CAPACITY_MIN); in shrinkSlots() 713 if (amount < SLOT_CAPACITY_MIN) { in goodElementsAllocationAmount() 714 amount = SLOT_CAPACITY_MIN; in goodElementsAllocationAmount()
|
H A D | NativeObject.h | 775 static const uint32_t SLOT_CAPACITY_MIN = 8 - ObjectSlots::VALUES_PER_HEADER; variable
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/ |
H A D | JSObject-inl.h | 57 if (clasp != &ArrayObject::class_ && ndynamic <= SLOT_CAPACITY_MIN) { in calculateDynamicSlots() 58 return SLOT_CAPACITY_MIN; in calculateDynamicSlots()
|
H A D | NativeObject.cpp | 291 MOZ_ASSERT_IF(!is<ArrayObject>(), newCapacity >= SLOT_CAPACITY_MIN); in growSlots() 433 MOZ_ASSERT_IF(!is<ArrayObject>(), newCapacity >= SLOT_CAPACITY_MIN); in shrinkSlots() 745 if (amount < SLOT_CAPACITY_MIN) { in goodElementsAllocationAmount() 746 amount = SLOT_CAPACITY_MIN; in goodElementsAllocationAmount()
|
H A D | NativeObject.h | 746 static const uint32_t SLOT_CAPACITY_MIN = 8 - ObjectSlots::VALUES_PER_HEADER; variable
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/ |
H A D | NativeObject.cpp | 256 if (clasp != &ArrayObject::class_ && span <= SLOT_CAPACITY_MIN) in dynamicSlotsCount() 257 return SLOT_CAPACITY_MIN; in dynamicSlotsCount() 402 MOZ_ASSERT_IF(!is<ArrayObject>(), newCount >= SLOT_CAPACITY_MIN); in growSlots() 462 MOZ_ASSERT_IF(!is<ArrayObject>(), newCount >= SLOT_CAPACITY_MIN); in shrinkSlots() 713 if (amount < SLOT_CAPACITY_MIN) in goodElementsAllocationAmount() 714 amount = SLOT_CAPACITY_MIN; in goodElementsAllocationAmount()
|
H A D | NativeObject.h | 580 static const uint32_t SLOT_CAPACITY_MIN = 8; variable
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/ |
H A D | NativeObject.cpp | 294 if (clasp != &ArrayObject::class_ && span <= SLOT_CAPACITY_MIN) in dynamicSlotsCount() 295 return SLOT_CAPACITY_MIN; in dynamicSlotsCount() 440 MOZ_ASSERT_IF(!is<ArrayObject>(), newCount >= SLOT_CAPACITY_MIN); in growSlots() 500 MOZ_ASSERT_IF(!is<ArrayObject>(), newCount >= SLOT_CAPACITY_MIN); in shrinkSlots() 769 if (amount < SLOT_CAPACITY_MIN) in goodElementsAllocationAmount() 770 amount = SLOT_CAPACITY_MIN; in goodElementsAllocationAmount()
|
H A D | NativeObject.h | 607 static const uint32_t SLOT_CAPACITY_MIN = 8; variable
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/ |
H A D | JSObject-inl.h | 55 if (clasp != &ArrayObject::class_ && span <= SLOT_CAPACITY_MIN) { in dynamicSlotsCount() 56 return SLOT_CAPACITY_MIN; in dynamicSlotsCount()
|
H A D | NativeObject.cpp | 359 MOZ_ASSERT_IF(!is<ArrayObject>(), newCount >= SLOT_CAPACITY_MIN); in growSlots() 461 MOZ_ASSERT_IF(!is<ArrayObject>(), newCount >= SLOT_CAPACITY_MIN); in shrinkSlots() 805 if (amount < SLOT_CAPACITY_MIN) { in goodElementsAllocationAmount() 806 amount = SLOT_CAPACITY_MIN; in goodElementsAllocationAmount()
|
H A D | NativeObject.h | 687 static const uint32_t SLOT_CAPACITY_MIN = 8; variable
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/ |
H A D | NativeObject-inl.h | 542 if (clasp != &ArrayObject::class_ && span <= SLOT_CAPACITY_MIN) in dynamicSlotsCount() 543 return SLOT_CAPACITY_MIN; in dynamicSlotsCount()
|
H A D | NativeObject.cpp | 353 MOZ_ASSERT_IF(!is<ArrayObject>(), newCount >= SLOT_CAPACITY_MIN); in growSlots() 438 MOZ_ASSERT_IF(!is<ArrayObject>(), newCount >= SLOT_CAPACITY_MIN); in shrinkSlots() 804 if (amount < SLOT_CAPACITY_MIN) amount = SLOT_CAPACITY_MIN; in goodElementsAllocationAmount()
|
H A D | NativeObject.h | 658 static const uint32_t SLOT_CAPACITY_MIN = 8; variable
|