Lines Matching refs:handler
638 let (handler, counter) = D::new_and_counter(); in uncaught_exception_events()
639 store.set_debug_handler(handler); in uncaught_exception_events()
691 let (handler, counter) = D::new_and_counter(); in caught_exception_events()
692 store.set_debug_handler(handler); in caught_exception_events()
734 let (handler, counter) = D::new_and_counter(); in hostcall_trap_events()
735 store.set_debug_handler(handler); in hostcall_trap_events()
773 let (handler, counter) = D::new_and_counter(); in hostcall_error_events()
774 store.set_debug_handler(handler); in hostcall_error_events()
826 let (handler, counter) = D::new_and_counter(); in breakpoint_events()
827 store.set_debug_handler(handler); in breakpoint_events()
895 let (handler, counter) = D2::new_and_counter(); in breakpoint_events()
896 store.set_debug_handler(handler); in breakpoint_events()
917 let (handler, counter) = D::new_and_counter(); in breakpoint_events()
918 store.set_debug_handler(handler); in breakpoint_events()
964 let (handler, counter) = D::new_and_counter(); in breakpoints_in_inlined_code()
965 store.set_debug_handler(handler); in breakpoints_in_inlined_code()
1018 let (handler, counter) = D::new_and_counter(); in epoch_events()
1019 store.set_debug_handler(handler); in epoch_events()
1494 let (handler, counter) = D::new_and_counter(); in breakpoint_slips_to_first_opcode()
1495 store.set_debug_handler(handler); in breakpoint_slips_to_first_opcode()