Home | History | Annotate | Download | only in builtins

Lines Matching refs:SeededNumberDictionary

865     Handle<SeededNumberDictionary> dict(
866 SeededNumberDictionary::cast(*storage_));
870 Handle<SeededNumberDictionary> result = SeededNumberDictionary::AtNumberPut(
933 Handle<SeededNumberDictionary> slow_storage(
934 SeededNumberDictionary::New(isolate_, current_storage->length()));
943 Handle<SeededNumberDictionary> new_storage =
944 SeededNumberDictionary::AtNumberPut(slow_storage, i, element,
1023 SeededNumberDictionary* dictionary =
1024 SeededNumberDictionary::cast(array->elements());
1101 SeededNumberDictionary* dict =
1102 SeededNumberDictionary::cast(object->elements());
1295 Handle<SeededNumberDictionary> dict(array->element_dictionary());
1503 storage = SeededNumberDictionary::New(isolate, at_least_space_for);