Lines Matching defs:instance

28     let instance = Instance::new(&mut store, &module, &[])?;  in debugging_apis_are_denied_without_debugging()  localVariable
62 let instance = Instance::new(&mut store, &module, &[Extern::Func(func)])?; in test_stack_values() localVariable
439 let instance = Instance::new( in private_entity_access() localVariable
510 let instance = Instance::new(&mut store, &module, &[])?; in private_entity_access_shared_memory() localVariable
641 let instance = Instance::new_async(&mut store, &module, &[]).await?; in uncaught_exception_events() localVariable
694 let instance = Instance::new_async(&mut store, &module, &[]).await?; in caught_exception_events() localVariable
737 let instance = Instance::new_async(&mut store, &module, &[]).await?; in hostcall_trap_events() localVariable
782 let instance = Instance::new_async(&mut store, &module, &[Extern::Func(do_a_trap)]).await?; in hostcall_error_events() localVariable
833 let instance = Instance::new_async(&mut store, &module, &[]).await?; in breakpoint_events() localVariable
971 let instance = Instance::new_async(&mut store, &module, &[]).await?; in breakpoints_in_inlined_code() localVariable
1025 let instance = Instance::new_async(&mut store, &module, &[]).await?; in epoch_events() localVariable
1092 let instance = Instance::new_async(&mut store, &module, &[Extern::Func(hostfunc)]).await?; in invalidated_frame_handles() localVariable
1124 let instance = Instance::new_async(&mut store, &module, &[Extern::Func(hostfunc)]).await?; in invalidated_frame_handles_in_dropped_future() localVariable
1386 let instance = Instance::new_async(&mut store, &module, &[]).await?; in single_step_before_instantiation() localVariable
1436 let instance = Instance::new_async(&mut store, &module, &[]).await?; in early_epoch_yield_still_has_vmctx() localVariable
1502 let instance = Instance::new_async(&mut store, &module, &[]).await?; in breakpoint_slips_to_first_opcode() localVariable
1568 let instance = linker.instantiate_async(&mut store, &component).await?; in component_module_relative_breakpoint_pcs() localVariable