Lines Matching refs:Instance
7 Global, GlobalType, Instance, Module, ModulePC, Mutability, Store, StoreContextMut, Val,
28 let instance = Instance::new(&mut store, &module, &[])?; in debugging_apis_are_denied_without_debugging()
62 let instance = Instance::new(&mut store, &module, &[Extern::Func(func)])?; in test_stack_values()
357 let instance2 = Instance::new(&mut store, &module2, &[Extern::Func(host2)])?; in stack_values_two_activations()
371 let instance1 = Instance::new(&mut store, &module1, &[Extern::Func(host1)])?; in stack_values_two_activations()
439 let instance = Instance::new( in private_entity_access()
510 let instance = Instance::new(&mut store, &module, &[])?; in private_entity_access_shared_memory()
538 let i1 = Instance::new(&mut store, &m1, &[])?; in all_instances_and_modules_in_store()
539 let i2 = Instance::new(&mut store, &m2, &[])?; in all_instances_and_modules_in_store()
641 let instance = Instance::new_async(&mut store, &module, &[]).await?; in uncaught_exception_events()
694 let instance = Instance::new_async(&mut store, &module, &[]).await?; in caught_exception_events()
737 let instance = Instance::new_async(&mut store, &module, &[]).await?; in hostcall_trap_events()
782 let instance = Instance::new_async(&mut store, &module, &[Extern::Func(do_a_trap)]).await?; in hostcall_error_events()
833 let instance = Instance::new_async(&mut store, &module, &[]).await?; in breakpoint_events()
971 let instance = Instance::new_async(&mut store, &module, &[]).await?; in breakpoints_in_inlined_code()
1025 let instance = Instance::new_async(&mut store, &module, &[]).await?; in epoch_events()
1092 let instance = Instance::new_async(&mut store, &module, &[Extern::Func(hostfunc)]).await?; in invalidated_frame_handles()
1124 let instance = Instance::new_async(&mut store, &module, &[Extern::Func(hostfunc)]).await?; in invalidated_frame_handles_in_dropped_future()
1257 let instance1 = Instance::new(&mut store, &module1, &[])?; in debug_ids()
1258 let instance2 = Instance::new(&mut store, &module2, &[])?; in debug_ids()
1259 let instance3 = Instance::new(&mut store, &module1, &[])?; in debug_ids()
1386 let instance = Instance::new_async(&mut store, &module, &[]).await?; in single_step_before_instantiation()
1436 let instance = Instance::new_async(&mut store, &module, &[]).await?; in early_epoch_yield_still_has_vmctx()
1502 let instance = Instance::new_async(&mut store, &module, &[]).await?; in breakpoint_slips_to_first_opcode()