Home
last modified time | relevance | path

Searched refs:WASMTIME_FUNCREF (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/crates/c-api/src/
H A Dval.rs272 kind: crate::WASMTIME_FUNCREF, in from_val_unscoped()
321 crate::WASMTIME_FUNCREF => Val::FuncRef(self.of.funcref.as_wasmtime()), in to_val_unscoped()
355 crate::WASMTIME_FUNCREF => wasmtime_val_union { in wasmtime_val_clone()
H A Dref.rs595 crate::WASMTIME_FUNCREF => StorageType::ValType(ValType::FUNCREF), in field_type_from_c()
/wasmtime-44.0.1/crates/c-api/src/types/
H A Dval.rs65 pub const WASMTIME_FUNCREF: wasmtime_valkind_t = 5; constant
/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dval.h385 #define WASMTIME_FUNCREF 5 macro
H A Dfunc.hh637 val.kind = WASMTIME_FUNCREF;
650 if (val.kind != WASMTIME_FUNCREF) { in funcref()
H A Dval.hh347 case WASMTIME_FUNCREF: in kind()