Searched refs:new_dictionary (Results 1 – 2 of 2) sorted by relevance
1480 Handle<SeededNumberDictionary> new_dictionary = in AddImpl() local1483 if (attributes != NONE) object->RequireSlowElements(*new_dictionary); in AddImpl()1484 if (dictionary.is_identical_to(new_dictionary)) return; in AddImpl()1485 object->set_elements(*new_dictionary); in AddImpl()3340 Handle<SeededNumberDictionary> new_dictionary = in AddImpl() local3343 if (attributes != NONE) object->RequireSlowElements(*new_dictionary); in AddImpl()3344 if (*dictionary != *new_dictionary) { in AddImpl()3345 FixedArray::cast(object->elements())->set(1, *new_dictionary); in AddImpl()
1047 Handle<SeededNumberDictionary> new_dictionary = in TransferArrayBuffer() local1050 if (!new_dictionary.is_identical_to(dictionary)) { in TransferArrayBuffer()1053 isolate_->global_handles()->Create(*new_dictionary)); in TransferArrayBuffer()