Searched refs:unwrap_array (Results 1 – 12 of 12) sorted by relevance
557 let a = a.unwrap_array(&mut caller)?; in passing_arrays_through_wasm_with_untyped_calls()574 let a2 = a2.unwrap_array(&mut store)?; in passing_arrays_through_wasm_with_untyped_calls()661 let a1 = anyref.unwrap_array(&store)?; in host_sets_array_global()713 let a1 = anyref.unwrap_array(&store)?; in wasm_sets_array_global()761 let a1 = anyref.unwrap_array(&store)?; in host_sets_array_in_table()815 let a1 = anyref.unwrap_array(&store)?; in wasm_sets_array_in_table()872 let a1 = anyref.unwrap_array(&store)?; in instantiate_with_array_global()
105 pub fn unwrap_array(&self, _store: impl AsContext) -> Result<ArrayRef> { in unwrap_array() method
158 pub fn unwrap_array(&self, _store: impl AsContext) -> Result<ArrayRef> { in unwrap_array() method
420 pub fn unwrap_array(&self, interned_ty: ModuleInternedTypeIndex) -> WasmResult<&WasmArrayType> { in unwrap_array() method425 Ok(composite_type.inner.unwrap_array()) in unwrap_array()
603 let array_ty = func_env.types.unwrap_array(interned_ty)?; in translate_array_new_default()677 .unwrap_array(); in initialize()857 .unwrap_array(interned_type_index)? in translate_array_fill()1038 let array_ty = func_env.types.unwrap_array(array_type_index)?; in translate_array_get()1061 let array_ty = func_env.types.unwrap_array(array_type_index)?; in translate_array_set()1433 self.gc_layout(type_index).unwrap_array() in array_layout()
307 pub fn unwrap_array(&self) -> &GcArrayLayout { in unwrap_array() method
1245 pub fn unwrap_array(&self) -> &WasmArrayType { in unwrap_array() method1431 pub fn unwrap_array(&self) -> &WasmArrayType { in unwrap_array() method1433 self.composite_type.inner.unwrap_array() in unwrap_array()
461 pub fn unwrap_array(&self, store: impl AsContext) -> Result<Rooted<ArrayRef>> { in unwrap_array() method
675 pub fn unwrap_array(&self, store: impl AsContext) -> Result<Rooted<ArrayRef>> { in unwrap_array() method
88 .unwrap_array() in layout()
855 let array_layout = gc_layout.unwrap_array(); in array_new_data()951 let array_layout = array_layout.unwrap_array(); in array_init_data()
2260 &self.registered_type.unwrap_array().0.element_type, in element_type()2308 self.registered_type.unwrap_array() in as_wasm_array_type()