Searched refs:new_dictionary (Results 1 – 4 of 4) sorted by relevance
1544 Handle<NumberDictionary> new_dictionary = NumberDictionary::Add( in AddImpl() local1546 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() local4748 if (attributes != NONE) object->RequireSlowElements(*new_dictionary); in AddImpl()4749 if (*dictionary != *new_dictionary) { in AddImpl()4750 elements->set_arguments(*new_dictionary); in AddImpl()
1381 Handle<SimpleNumberDictionary> new_dictionary = SimpleNumberDictionary::Set( in TransferArrayBuffer() local1383 if (!new_dictionary.is_identical_to(dictionary)) { in TransferArrayBuffer()1386 isolate_->global_handles()->Create(*new_dictionary); in TransferArrayBuffer()
6194 Handle<NumberDictionary> new_dictionary = in Set() local6196 new_dictionary->UpdateMaxNumberKey(key, dictionary_holder); in Set()6197 return new_dictionary; in Set()
897 Handle<GlobalDictionary> new_dictionary = in DeleteNormalizedProperty() local899 JSGlobalObject::cast(*object).set_global_dictionary(*new_dictionary, in DeleteNormalizedProperty()