Home
last modified time | relevance | path

Searched refs:is_arrayref (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Darrayref.rs40 pub fn is_arrayref(&self, gc_heap: &(impl GcHeap + ?Sized)) -> bool { in is_arrayref() method
54 if self.is_arrayref(gc_heap) { in into_arrayref()
77 if self.is_arrayref(gc_heap) { in as_arrayref()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Darrayref.rs840 debug_assert!(gc_ref.is_arrayref(&*store.unwrap_gc_store().gc_heap)); in from_cloned_gc_ref()