Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dasync_functions.rs1099 let array_pre = ArrayRefPre::new(&mut cx, array_ty); in async_gc_with_func_new_and_func_wrap() localVariable
1100 let arrayref = ArrayRef::new_fixed_async(&mut cx, &array_pre, &[]).await?; in async_gc_with_func_new_and_func_wrap()
1124 let array_pre = ArrayRefPre::new(&mut cx, array_ty); in async_gc_with_func_new_and_func_wrap() localVariable
1125 results[2] = ArrayRef::new_fixed_async(&mut cx, &array_pre, &[]) in async_gc_with_func_new_and_func_wrap()