Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dgc.h524 WASM_API_EXTERN bool wasmtime_eqref_is_array(wasmtime_context_t *context,
H A Dgc.hh101 return wasmtime_eqref_is_array(cx.capi(), &val); in is_array()
/wasmtime-44.0.1/crates/c-api/src/
H A Dref.rs912 pub unsafe extern "C" fn wasmtime_eqref_is_array( in wasmtime_eqref_is_array() function