Home | History | Annotate | Download | only in src

Lines Matching refs:SeededNumberDictionary

1041         Handle<SeededNumberDictionary>::cast(isolate_->global_handles()->Create(
1042 *SeededNumberDictionary::New(isolate_, 0)));
1044 Handle<SeededNumberDictionary> dictionary =
1047 Handle<SeededNumberDictionary> new_dictionary =
1048 SeededNumberDictionary::AtNumberPut(dictionary, transfer_id, array_buffer,
1052 array_buffer_transfer_map_ = Handle<SeededNumberDictionary>::cast(
1540 Handle<SeededNumberDictionary> transfer_map;
1546 if (index == SeededNumberDictionary::kNotFound) {