Home
last modified time | relevance | path

Searched refs:EmptyObjectSlots (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp75 struct EmptyObjectSlots : public ObjectSlots { struct
76 explicit constexpr EmptyObjectSlots(size_t dictionarySlotSpan) in EmptyObjectSlots() argument
80 static constexpr EmptyObjectSlots emptyObjectSlotsHeaders[17] = {
81 EmptyObjectSlots(0), EmptyObjectSlots(1), EmptyObjectSlots(2),
82 EmptyObjectSlots(3), EmptyObjectSlots(4), EmptyObjectSlots(5),
83 EmptyObjectSlots(6), EmptyObjectSlots(7), EmptyObjectSlots(8),
84 EmptyObjectSlots(9), EmptyObjectSlots(10), EmptyObjectSlots(11),
85 EmptyObjectSlots(12), EmptyObjectSlots(13), EmptyObjectSlots(14),
86 EmptyObjectSlots(15), EmptyObjectSlots(16)};
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp80 struct EmptyObjectSlots : public ObjectSlots { struct
81 explicit constexpr EmptyObjectSlots(size_t dictionarySlotSpan) in EmptyObjectSlots() argument
85 static constexpr EmptyObjectSlots emptyObjectSlotsHeaders[17] = {
86 EmptyObjectSlots(0), EmptyObjectSlots(1), EmptyObjectSlots(2),
87 EmptyObjectSlots(3), EmptyObjectSlots(4), EmptyObjectSlots(5),
88 EmptyObjectSlots(6), EmptyObjectSlots(7), EmptyObjectSlots(8),
89 EmptyObjectSlots(9), EmptyObjectSlots(10), EmptyObjectSlots(11),
90 EmptyObjectSlots(12), EmptyObjectSlots(13), EmptyObjectSlots(14),
91 EmptyObjectSlots(15), EmptyObjectSlots(16)};
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp75 struct EmptyObjectSlots : public ObjectSlots { struct
76 explicit constexpr EmptyObjectSlots(size_t dictionarySlotSpan) in EmptyObjectSlots() argument
80 static constexpr EmptyObjectSlots emptyObjectSlotsHeaders[17] = {
81 EmptyObjectSlots(0), EmptyObjectSlots(1), EmptyObjectSlots(2),
82 EmptyObjectSlots(3), EmptyObjectSlots(4), EmptyObjectSlots(5),
83 EmptyObjectSlots(6), EmptyObjectSlots(7), EmptyObjectSlots(8),
84 EmptyObjectSlots(9), EmptyObjectSlots(10), EmptyObjectSlots(11),
85 EmptyObjectSlots(12), EmptyObjectSlots(13), EmptyObjectSlots(14),
86 EmptyObjectSlots(15), EmptyObjectSlots(16)};