Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc837 Handle<NumberDictionary> slow_element_dictionary = NumberDictionary::New( in CreateInitialObjects() local
839 DCHECK(!slow_element_dictionary->HasSufficientCapacityToAdd(1)); in CreateInitialObjects()
840 set_empty_slow_element_dictionary(*slow_element_dictionary); in CreateInitialObjects()