Searched refs:slow_element_dictionary (Results 1 – 1 of 1) sorted by relevance
777 Handle<NumberDictionary> slow_element_dictionary = NumberDictionary::New( in CreateInitialObjects() local779 DCHECK(!slow_element_dictionary->HasSufficientCapacityToAdd(1)); in CreateInitialObjects()780 slow_element_dictionary->set_requires_slow_elements(); in CreateInitialObjects()781 set_empty_slow_element_dictionary(*slow_element_dictionary); in CreateInitialObjects()