Home
last modified time | relevance | path

Searched refs:null_ref (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/
H A Dnone_ref.rs81 pub fn null_ref() -> Ref { in null_ref() method
H A Dnoextern.rs81 pub fn null_ref() -> Ref { in null_ref() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dvalues.rs97 pub fn null_ref(heap_type: &HeapType) -> Val { in null_ref() method
151 Some(Val::null_ref(ref_ty.heap_type())) in default_for_ty()
H A Dfunc.rs94 pub fn null_ref() -> Ref { in null_ref() method
H A Dtypes.rs384 Some(Val::null_ref(r.heap_type())) in default_value()