Searched refs:is_arrayref (Results 1 – 2 of 2) sorted by relevance
40 pub fn is_arrayref(&self, gc_heap: &(impl GcHeap + ?Sized)) -> bool { in is_arrayref() method54 if self.is_arrayref(gc_heap) { in into_arrayref()77 if self.is_arrayref(gc_heap) { in as_arrayref()
840 debug_assert!(gc_ref.is_arrayref(&*store.unwrap_gc_store().gc_heap)); in from_cloned_gc_ref()