Home | History | Annotate | Download | only in src

Lines Matching refs:SeededNumberDictionary

684 CAST_ACCESSOR(SeededNumberDictionary)
3213 bool SeededNumberDictionary::requires_slow_elements() {
3221 uint32_t SeededNumberDictionary::max_number_key() {
3230 void SeededNumberDictionary::set_requires_slow_elements() {
7155 SeededNumberDictionary* JSObject::element_dictionary() {
7157 return SeededNumberDictionary::cast(elements());