Home | History | Annotate | Download | only in src

Lines Matching refs:SeededNumberDictionary

3135 bool SeededNumberDictionary::requires_slow_elements() {
3142 uint32_t SeededNumberDictionary::max_number_key() {
3150 void SeededNumberDictionary::set_requires_slow_elements() {
3231 CAST_ACCESSOR(SeededNumberDictionary)
6449 SeededNumberDictionary* JSObject::element_dictionary() {
6451 return SeededNumberDictionary::cast(elements());