Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dbuiltin.rs249 throw_ref(vmctx: vmctx, exnref: u32) -> bool;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dlibcalls.rs1741 fn throw_ref( in throw_ref() function
/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/
H A Denabled.rs539 let builtin = func_env.builtin_functions.throw_ref(builder.func); in translate_exn_throw_ref()