Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Delements.cc1544 Handle<NumberDictionary> new_dictionary = NumberDictionary::Add( in AddImpl() local
1546 new_dictionary->UpdateMaxNumberKey(index, object); in AddImpl()
1547 if (attributes != NONE) object->RequireSlowElements(*new_dictionary); in AddImpl()
1548 if (dictionary.is_identical_to(new_dictionary)) return Just(true); in AddImpl()
1549 object->set_elements(*new_dictionary); in AddImpl()
4746 Handle<NumberDictionary> new_dictionary = in AddImpl() local
4748 if (attributes != NONE) object->RequireSlowElements(*new_dictionary); in AddImpl()
4749 if (*dictionary != *new_dictionary) { in AddImpl()
4750 elements->set_arguments(*new_dictionary); in AddImpl()
Dvalue-serializer.cc1381 Handle<SimpleNumberDictionary> new_dictionary = SimpleNumberDictionary::Set( in TransferArrayBuffer() local
1383 if (!new_dictionary.is_identical_to(dictionary)) { in TransferArrayBuffer()
1386 isolate_->global_handles()->Create(*new_dictionary); in TransferArrayBuffer()
Dobjects.cc6194 Handle<NumberDictionary> new_dictionary = in Set() local
6196 new_dictionary->UpdateMaxNumberKey(key, dictionary_holder); in Set()
6197 return new_dictionary; in Set()
Djs-objects.cc897 Handle<GlobalDictionary> new_dictionary = in DeleteNormalizedProperty() local
899 JSGlobalObject::cast(*object).set_global_dictionary(*new_dictionary, in DeleteNormalizedProperty()