Home | History | Annotate | Download | only in src

Lines Matching refs:SeededNumberDictionary

10070     Handle<SeededNumberDictionary> dict(
10071 SeededNumberDictionary::cast(*storage_));
10072 Handle<SeededNumberDictionary> result =
10073 SeededNumberDictionary::AtNumberPut(dict, index, elm);
10119 Handle<SeededNumberDictionary> slow_storage(
10120 SeededNumberDictionary::New(isolate_, current_storage->length()));
10126 Handle<SeededNumberDictionary> new_storage =
10127 SeededNumberDictionary::AtNumberPut(slow_storage, i, element);
10193 Handle<SeededNumberDictionary> dictionary(
10194 SeededNumberDictionary::cast(array->elements()));
10310 Handle<SeededNumberDictionary> dict(
10311 SeededNumberDictionary::cast(object->elements()));
10455 Handle<SeededNumberDictionary> dict(receiver->element_dictionary());
10703 SeededNumberDictionary::New(isolate, at_least_space_for));
10794 Handle<SeededNumberDictionary>::cast(elements)->NumberOfElements();