Searched defs:dst_array (Results 1 – 1 of 1) sorted by relevance
1170 let dst_array = VMGcRef::from_raw_u32(dst_array).ok_or_else(|| Trap::NullReference)?; in array_copy() localVariable1171 let dst_array = store.unwrap_gc_store_mut().clone_gc_ref(&dst_array); in array_copy() localVariable1172 let dst_array = ArrayRef::from_cloned_gc_ref(&mut store, dst_array); in array_copy() localVariable