Home
last modified time | relevance | path

Searched defs:unwrap_array (Results 1 – 7 of 7) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/disabled/
H A Deqref.rs105 pub fn unwrap_array(&self, _store: impl AsContext) -> Result<ArrayRef> { in unwrap_array() method
H A Danyref.rs158 pub fn unwrap_array(&self, _store: impl AsContext) -> Result<ArrayRef> { in unwrap_array() method
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_types.rs420 pub fn unwrap_array(&self, interned_ty: ModuleInternedTypeIndex) -> WasmResult<&WasmArrayType> { in unwrap_array() method
/wasmtime-44.0.1/crates/environ/src/
H A Dgc.rs307 pub fn unwrap_array(&self) -> &GcArrayLayout { in unwrap_array() method
H A Dtypes.rs1245 pub fn unwrap_array(&self) -> &WasmArrayType { in unwrap_array() method
1431 pub fn unwrap_array(&self) -> &WasmArrayType { in unwrap_array() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Deqref.rs461 pub fn unwrap_array(&self, store: impl AsContext) -> Result<Rooted<ArrayRef>> { in unwrap_array() method
H A Danyref.rs675 pub fn unwrap_array(&self, store: impl AsContext) -> Result<Rooted<ArrayRef>> { in unwrap_array() method