Lines Matching refs:scope
46 let mut scope = RootScope::new(&mut store); in struct_new_unrooted_field() localVariable
47 AnyRef::from_i31(&mut scope, I31::new_i32(1234).unwrap()) in struct_new_unrooted_field()
159 let mut scope = RootScope::new(&mut store); in struct_field_on_unrooted() localVariable
160 StructRef::new(&mut scope, &pre, &[Val::I32(1234)])? in struct_field_on_unrooted()
213 let mut scope = RootScope::new(&mut store); in struct_set_field_on_unrooted() localVariable
214 StructRef::new(&mut scope, &pre, &[Val::I32(1234)])? in struct_set_field_on_unrooted()
234 let mut scope = RootScope::new(&mut store); in struct_set_field_with_unrooted() localVariable
235 AnyRef::from_i31(&mut scope, I31::wrapping_i32(42)) in struct_set_field_with_unrooted()
310 let mut scope = RootScope::new(&mut store); in struct_ty_unrooted() localVariable
311 StructRef::new(&mut scope, &pre, &[])? in struct_ty_unrooted()
356 let mut scope = RootScope::new(&mut store); in struct_fields_unrooted() localVariable
357 StructRef::new(&mut scope, &pre, &[])? in struct_fields_unrooted()