Searched refs:wasmtime_arrayref_unroot (Results 1 – 3 of 3) sorted by relevance
367 wasmtime_arrayref_unroot(&val); in operator =()380 wasmtime_arrayref_unroot(&val); in operator =()387 ~ArrayRef() { wasmtime_arrayref_unroot(&val); } in ~ArrayRef()
460 WASM_API_EXTERN void wasmtime_arrayref_unroot(wasmtime_arrayref_t *ref);
824 pub unsafe extern "C" fn wasmtime_arrayref_unroot( in wasmtime_arrayref_unroot() function