Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-regexp.cc73 group_names = isolate->factory()->NewNameDictionary(num_names); in BuildIndices()
Djs-objects.cc3217 dictionary = isolate->factory()->NewNameDictionary(property_count); in MigrateFastToSlow()
/third_party/node/deps/v8/src/heap/
Dfactory.h155 Handle<NameDictionary> NewNameDictionary(int at_least_space_for);
Dfactory.cc608 Handle<NameDictionary> Factory::NewNameDictionary(int at_least_space_for) { in NewNameDictionary() function in v8::internal::Factory