Home
last modified time | relevance | path

Searched defs:structref (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/
H A Ddisabled.rs18 mod structref; module
H A Denabled.rs11 mod structref; module
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/
H A Denabled.rs9 mod structref; module
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Dstructref.rs339 let structref = store in new_unchecked() localVariable
471 structref: &'a StructRef, in _fields() field
512 fn structref<'a>(&self, store: &'a AutoAssertNoGc<'_>) -> Result<&'a VMStructRef> { in structref() method
564 let structref = self.structref(store)?.unchecked_copy(); in _field() localVariable
613 let structref = self.structref(&store)?.unchecked_copy(); in _set_field() localVariable
/wasmtime-44.0.1/crates/c-api/src/
H A Dref.rs664 let structref = structref.and_then(|s| s.as_wasmtime()); in wasmtime_structref_clone() localVariable
706 let structref = structref in wasmtime_structref_field() localVariable
728 let structref = structref in wasmtime_structref_set_field() localVariable
/wasmtime-44.0.1/tests/all/
H A Dasync_functions.rs1093 let structref = StructRef::new_async(&mut cx, &struct_pre, &[]).await?; in async_gc_with_func_new_and_func_wrap() localVariable