Searched refs:struct_pre (Results 1 – 1 of 1) sorted by relevance
1092 let struct_pre = StructRefPre::new(&mut cx, struct_ty); in async_gc_with_func_new_and_func_wrap() localVariable1093 let structref = StructRef::new_async(&mut cx, &struct_pre, &[]).await?; in async_gc_with_func_new_and_func_wrap()1115 let struct_pre = StructRefPre::new(&mut cx, struct_ty); in async_gc_with_func_new_and_func_wrap() localVariable1116 results[1] = StructRef::new_async(&mut cx, &struct_pre, &[]) in async_gc_with_func_new_and_func_wrap()