Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc1480 Handle<SeededNumberDictionary> new_dictionary = in AddImpl() local
1483 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() local
3343 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()
Dvalue-serializer.cc1047 Handle<SeededNumberDictionary> new_dictionary = in TransferArrayBuffer() local
1050 if (!new_dictionary.is_identical_to(dictionary)) { in TransferArrayBuffer()
1053 isolate_->global_handles()->Create(*new_dictionary)); in TransferArrayBuffer()