Home
last modified time | relevance | path

Searched refs:into_arrayref_unchecked (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Darrayref.rs55 Ok(self.into_arrayref_unchecked()) in into_arrayref()
69 pub fn into_arrayref_unchecked(self) -> VMArrayRef { in into_arrayref_unchecked() method
H A Dnull.rs318 r.into_arrayref_unchecked() in alloc_uninit_array()
H A Ddrc.rs1006 Ok(Ok(gc_ref.into_arrayref_unchecked())) in alloc_uninit_array()