> That's fine for JS stack, but it's not fine for Uncaught EH. You really have to > fire the Uncaught EH *even in the reentrancy case* because if you're inside a > new event loop, the exception *won't* propagate to the outer stack, the browser > will swallow / report it.
Now I understand what you're getting at. I've updated the patch so that we always try the UCE. http://gwt-code-reviews.appspot.com/77810 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
