Wrap executions of Rust code called from JS in catch_unwind. Propagat…
b885355
…e the interrupted panic to the origin of the JS execution via TLS before resuming. Fix #6462.