Home | History | Annotate | Download | only in builtins

Lines Matching refs:current_storage

932     Handle<FixedArray> current_storage = storage_fixed_array();
934 SeededNumberDictionary::New(isolate_, current_storage->length()));
935 uint32_t current_length = static_cast<uint32_t>(current_storage->length());
938 Handle<Object> element(current_storage->get(i), isolate_);