Searched refs:current_storage (Results 1 – 6 of 6) sorted by relevance
434 void* current_storage, void* defvalue_storage);
415 void* current_storage, void* defvalue_storage);
451 void* current_storage, void* defvalue_storage);
469 void* current_storage, void* defvalue_storage);
526 Handle<FixedArray> current_storage = storage_fixed_array(); in SetDictionaryMode() local528 SeededNumberDictionary::New(isolate_, current_storage->length())); in SetDictionaryMode()529 uint32_t current_length = static_cast<uint32_t>(current_storage->length()); in SetDictionaryMode()532 Handle<Object> element(current_storage->get(i), isolate_); in SetDictionaryMode()