/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/ |
H A D | NativeObject-inl.h | 56 MOZ_ASSERT(is<ArrayObject>() && !hasEmptyElements()); in setShouldConvertDoubleElements() 63 MOZ_ASSERT(is<ArrayObject>() && !hasEmptyElements()); in clearShouldConvertDoubleElements()
|
H A D | NativeObject.h | 1177 return !hasEmptyElements() && elements_ != fixedElements(); in hasDynamicElements() 1184 inline bool hasEmptyElements() const { in hasEmptyElements() function
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/ |
H A D | NativeObject-inl.h | 56 MOZ_ASSERT(is<ArrayObject>() && !hasEmptyElements()); in setShouldConvertDoubleElements() 63 MOZ_ASSERT(is<ArrayObject>() && !hasEmptyElements()); in clearShouldConvertDoubleElements()
|
H A D | NativeObject.h | 1232 return !hasEmptyElements() && elements_ != fixedElements(); in hasDynamicElements() 1239 inline bool hasEmptyElements() const { in hasEmptyElements() function
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/ |
H A D | Caches.h | 188 MOZ_ASSERT(obj->hasEmptyElements() || obj->is<ArrayObject>()); in fill()
|
H A D | NativeObject.h | 1451 return !hasEmptyElements() && !hasFixedElements(); in hasDynamicElements() 1458 inline bool hasEmptyElements() const { in hasEmptyElements() function
|
H A D | NativeObject.cpp | 118 if (!obj->hasEmptyElements()) { in PrepareForPreventExtensions() 132 if (!obj->hasEmptyElements()) { in PreventExtensions() 145 if (obj->hasEmptyElements() || obj->denseElementsAreFrozen()) { in FreezeOrSeal()
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/ |
H A D | Caches.h | 188 MOZ_ASSERT(obj->hasEmptyElements() || obj->is<ArrayObject>()); in fill()
|
H A D | NativeObject.h | 1451 return !hasEmptyElements() && !hasFixedElements(); in hasDynamicElements() 1458 inline bool hasEmptyElements() const { in hasEmptyElements() function
|
H A D | NativeObject.cpp | 118 if (!obj->hasEmptyElements()) { in PrepareForPreventExtensions() 132 if (!obj->hasEmptyElements()) { in PreventExtensions() 145 if (obj->hasEmptyElements() || obj->denseElementsAreFrozen()) { in FreezeOrSeal()
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/ |
H A D | Caches.h | 206 MOZ_ASSERT(obj->hasEmptyElements() || obj->is<ArrayObject>()); in fill()
|
H A D | NativeObject-inl.h | 60 MOZ_ASSERT(is<ArrayObject>() && !hasEmptyElements()); in setShouldConvertDoubleElements() 65 MOZ_ASSERT(is<ArrayObject>() && !hasEmptyElements()); in clearShouldConvertDoubleElements()
|
H A D | NativeObject.h | 1387 return !hasEmptyElements() && !hasFixedElements(); in hasDynamicElements() 1394 inline bool hasEmptyElements() const { in hasEmptyElements() function
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/ |
H A D | Caches.h | 211 MOZ_ASSERT(obj->hasEmptyElements() || obj->is<ArrayObject>()); in fill()
|
H A D | Iteration.cpp | 694 if (obj->isNative()) return obj->as<NativeObject>().hasEmptyElements(); in CanCompareIterableObjectToCache() 698 return expando->hasEmptyElements(); in CanCompareIterableObjectToCache() 746 MOZ_ASSERT(obj->as<NativeObject>().hasEmptyElements()); in CanStoreInIteratorCache()
|
H A D | NativeObject-inl.h | 51 MOZ_ASSERT(is<ArrayObject>() && !hasEmptyElements()); in setShouldConvertDoubleElements() 56 MOZ_ASSERT(is<ArrayObject>() && !hasEmptyElements()); in clearShouldConvertDoubleElements()
|
H A D | NativeObject.h | 1326 return !hasEmptyElements() && !hasFixedElements(); in hasDynamicElements() 1333 inline bool hasEmptyElements() const { in hasEmptyElements() function
|
/dports/www/firefox/firefox-99.0/js/src/gc/ |
H A D | Tenuring.cpp | 420 if (!nobj->hasEmptyElements()) { in traceObject() 629 if (src->hasEmptyElements()) { in moveElementsToTenured()
|
/dports/www/firefox/firefox-99.0/js/src/vm/ |
H A D | NativeObject.h | 1501 return !hasEmptyElements() && !hasFixedElements(); in hasDynamicElements() 1508 inline bool hasEmptyElements() const { in hasEmptyElements() function
|
H A D | NativeObject.cpp | 123 if (!obj->hasEmptyElements()) { in PrepareForPreventExtensions() 137 if (!obj->hasEmptyElements()) { in PreventExtensions() 150 if (obj->hasEmptyElements() || obj->denseElementsAreFrozen()) { in FreezeOrSeal()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/ |
H A D | jsiter.cpp | 786 return obj->as<NativeObject>().hasEmptyElements(); in CanCompareIterableObjectToCache() 789 return expando->hasEmptyElements(); in CanCompareIterableObjectToCache()
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/ |
H A D | jsiter.cpp | 760 return obj->as<NativeObject>().hasEmptyElements(); in CanCompareIterableObjectToCache() 763 return expando->hasEmptyElements(); in CanCompareIterableObjectToCache()
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/ |
H A D | Marking.cpp | 1467 if (nobj->hasEmptyElements()) in processMarkStackTop() 2131 if (!nobj->hasEmptyElements() && in traceObject() 2249 if (src->hasEmptyElements() || src->denseElementsAreCopyOnWrite()) in moveElementsToTenured()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/ |
H A D | Marking.cpp | 1729 if (nobj->hasEmptyElements()) 2451 if (!nobj->hasEmptyElements() && 2599 if (src->hasEmptyElements() || src->denseElementsAreCopyOnWrite())
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/ |
H A D | Marking.cpp | 1728 if (nobj->hasEmptyElements()) break; in processMarkStackTop() 2689 if (!nobj->hasEmptyElements() && !nobj->denseElementsAreCopyOnWrite() && in traceObject() 2888 if (src->hasEmptyElements() || src->denseElementsAreCopyOnWrite()) return 0; in moveElementsToTenured()
|